summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/man/ripemd.3
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/libcrypto/man/ripemd.3')
-rw-r--r--secure/lib/libcrypto/man/ripemd.314
1 files changed, 7 insertions, 7 deletions
diff --git a/secure/lib/libcrypto/man/ripemd.3 b/secure/lib/libcrypto/man/ripemd.3
index 1dbba69..029353c 100644
--- a/secure/lib/libcrypto/man/ripemd.3
+++ b/secure/lib/libcrypto/man/ripemd.3
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32
+.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -129,7 +129,7 @@
.\" ========================================================================
.\"
.IX Title "ripemd 3"
-.TH ripemd 3 "2006-10-01" "0.9.8d" "OpenSSL"
+.TH ripemd 3 "2007-03-15" "0.9.8e" "OpenSSL"
.SH "NAME"
RIPEMD160, RIPEMD160_Init, RIPEMD160_Update, RIPEMD160_Final \-
RIPEMD\-160 hash function
@@ -145,10 +145,10 @@ RIPEMD\-160 hash function
.Ve
.PP
.Vb 4
-\& void RIPEMD160_Init(RIPEMD160_CTX *c);
-\& void RIPEMD160_Update(RIPEMD_CTX *c, const void *data,
+\& int RIPEMD160_Init(RIPEMD160_CTX *c);
+\& int RIPEMD160_Update(RIPEMD_CTX *c, const void *data,
\& unsigned long len);
-\& void RIPEMD160_Final(unsigned char *md, RIPEMD160_CTX *c);
+\& int RIPEMD160_Final(unsigned char *md, RIPEMD160_CTX *c);
.Ve
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
@@ -179,8 +179,8 @@ hash functions directly.
.IX Header "RETURN VALUES"
\&\s-1\fIRIPEMD160\s0()\fR returns a pointer to the hash value.
.PP
-\&\fIRIPEMD160_Init()\fR, \fIRIPEMD160_Update()\fR and \fIRIPEMD160_Final()\fR do not
-return values.
+\&\fIRIPEMD160_Init()\fR, \fIRIPEMD160_Update()\fR and \fIRIPEMD160_Final()\fR return 1 for
+success, 0 otherwise.
.SH "CONFORMING TO"
.IX Header "CONFORMING TO"
\&\s-1ISO/IEC\s0 10118\-3 (draft) (??)
OpenPOWER on IntegriCloud