Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
WillChilds-Klein committed Oct 4, 2024
1 parent e6ea786 commit 8828fbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crypto/pkcs7/bio/md.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
#include "../crypto/bio/internal.h"
#include "../internal.h"

// BIO_put and BIO_get both add to the digest, BIO_gets returns the digest
// |md_write| and |md_read| both contribute to the digest, |md_gets| returns
// digest contents
static int md_write(BIO *h, char const *buf, int num);
static int md_read(BIO *h, char *buf, int size);
static int md_gets(BIO *h, char *str, int size);
Expand Down

0 comments on commit 8828fbd

Please sign in to comment.