mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
While size_t-fying let's not forget to update documentation:-)
This commit is contained in:
parent
63077bd40c
commit
109d3123c3
@ -18,7 +18,7 @@ EVP digest routines
|
||||
EVP_MD_CTX *EVP_MD_CTX_create(void);
|
||||
|
||||
int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl);
|
||||
int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *d, unsigned int cnt);
|
||||
int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *d, size_t cnt);
|
||||
int EVP_DigestFinal_ex(EVP_MD_CTX *ctx, unsigned char *md,
|
||||
unsigned int *s);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user