projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63077bd
)
While size_t-fying let's not forget to update documentation:-)
author
Andy Polyakov
<appro@openssl.org>
Thu, 20 May 2004 21:39:50 +0000
(21:39 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 20 May 2004 21:39:50 +0000
(21:39 +0000)
doc/crypto/EVP_DigestInit.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/EVP_DigestInit.pod
b/doc/crypto/EVP_DigestInit.pod
index 1cb315e739dd1b9055a75073ef6082dce34cf275..130cd7f60adb8a1da26b55b0cd260b9c62f5d745 100644
(file)
--- a/
doc/crypto/EVP_DigestInit.pod
+++ b/
doc/crypto/EVP_DigestInit.pod
@@
-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 in
t 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);