diff options
author | simon <simon@FreeBSD.org> | 2010-03-13 19:30:29 +0000 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2010-03-13 19:30:29 +0000 |
commit | 497b0c9195ac00c7946a82ee2fc0145de08b0af4 (patch) | |
tree | c4989f66a77ae6b0dc72244728d436125fb41048 /secure/lib/libcrypto/man/hmac.3 | |
parent | 0d816bbd980d8201a2ad23ccd05f7bde16565282 (diff) | |
download | FreeBSD-src-497b0c9195ac00c7946a82ee2fc0145de08b0af4.zip FreeBSD-src-497b0c9195ac00c7946a82ee2fc0145de08b0af4.tar.gz |
Regenerate manual pages for OpenSSL 0.9.8m.
MFC after: 3 weeks
Diffstat (limited to 'secure/lib/libcrypto/man/hmac.3')
-rw-r--r-- | secure/lib/libcrypto/man/hmac.3 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/secure/lib/libcrypto/man/hmac.3 b/secure/lib/libcrypto/man/hmac.3 index 99d4066..074ad6c 100644 --- a/secure/lib/libcrypto/man/hmac.3 +++ b/secure/lib/libcrypto/man/hmac.3 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "hmac 3" -.TH hmac 3 "2009-06-14" "0.9.8k" "OpenSSL" +.TH hmac 3 "2010-03-13" "0.9.8m" "OpenSSL" .SH "NAME" HMAC, HMAC_Init, HMAC_Update, HMAC_Final, HMAC_cleanup \- HMAC message authentication code @@ -178,8 +178,6 @@ If \fBmd\fR is \s-1NULL\s0, the digest is placed in a static array. The size of the output is placed in \fBmd_len\fR, unless it is \fB\s-1NULL\s0\fR. .PP \&\fBevp_md\fR can be \fIEVP_sha1()\fR, \fIEVP_ripemd160()\fR etc. -\&\fBkey\fR and \fBevp_md\fR may be \fB\s-1NULL\s0\fR if a key and hash function have -been set in a previous call to \fIHMAC_Init()\fR for that \fB\s-1HMAC_CTX\s0\fR. .PP \&\fIHMAC_CTX_init()\fR initialises a \fB\s-1HMAC_CTX\s0\fR before first use. It must be called. |