summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/man/mdc2.3
diff options
context:
space:
mode:
authorsimon <simon@FreeBSD.org>2007-03-15 20:15:15 +0000
committersimon <simon@FreeBSD.org>2007-03-15 20:15:15 +0000
commiteeba69019016572d311c7a8d220c58ed6179058b (patch)
tree43bc5ebcdf4cceae2e2c54a5b3a7c1b72007e0c3 /secure/lib/libcrypto/man/mdc2.3
parent394ba190a3f3c2ec13e67e830b6faeb2dd3e651c (diff)
downloadFreeBSD-src-eeba69019016572d311c7a8d220c58ed6179058b.zip
FreeBSD-src-eeba69019016572d311c7a8d220c58ed6179058b.tar.gz
Upgrade to OpenSSL 0.9.8e.
Diffstat (limited to 'secure/lib/libcrypto/man/mdc2.3')
-rw-r--r--secure/lib/libcrypto/man/mdc2.312
1 files changed, 6 insertions, 6 deletions
diff --git a/secure/lib/libcrypto/man/mdc2.3 b/secure/lib/libcrypto/man/mdc2.3
index 63908b1..0bf20d1 100644
--- a/secure/lib/libcrypto/man/mdc2.3
+++ b/secure/lib/libcrypto/man/mdc2.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 "mdc2 3"
-.TH mdc2 3 "2006-10-01" "0.9.8d" "OpenSSL"
+.TH mdc2 3 "2007-03-15" "0.9.8e" "OpenSSL"
.SH "NAME"
MDC2, MDC2_Init, MDC2_Update, MDC2_Final \- MDC2 hash function
.SH "SYNOPSIS"
@@ -144,10 +144,10 @@ MDC2, MDC2_Init, MDC2_Update, MDC2_Final \- MDC2 hash function
.Ve
.PP
.Vb 4
-\& void MDC2_Init(MDC2_CTX *c);
-\& void MDC2_Update(MDC2_CTX *c, const unsigned char *data,
+\& int MDC2_Init(MDC2_CTX *c);
+\& int MDC2_Update(MDC2_CTX *c, const unsigned char *data,
\& unsigned long len);
-\& void MDC2_Final(unsigned char *md, MDC2_CTX *c);
+\& int MDC2_Final(unsigned char *md, MDC2_CTX *c);
.Ve
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
@@ -178,7 +178,7 @@ hash functions directly.
.IX Header "RETURN VALUES"
\&\s-1\fIMDC2\s0()\fR returns a pointer to the hash value.
.PP
-\&\fIMDC2_Init()\fR, \fIMDC2_Update()\fR and \fIMDC2_Final()\fR do not return values.
+\&\fIMDC2_Init()\fR, \fIMDC2_Update()\fR and \fIMDC2_Final()\fR return 1 for success, 0 otherwise.
.SH "CONFORMING TO"
.IX Header "CONFORMING TO"
\&\s-1ISO/IEC\s0 10118\-2, with \s-1DES\s0
OpenPOWER on IntegriCloud