summaryrefslogtreecommitdiff
path: root/doc/crypto/hmac.pod
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-07-18 18:54:46 +0000
committerRichard Levitte <levitte@openssl.org>2002-07-18 18:54:46 +0000
commit503f3b1a21903773ba5ae7452a44f379c20e5739 (patch)
tree9cf965a9e8892faddd2e1724142068c2e358aaca /doc/crypto/hmac.pod
parent402bcde847371e905ffeb2f9328cf3798ea7cfe7 (diff)
downloadopenssl-new-503f3b1a21903773ba5ae7452a44f379c20e5739.tar.gz
Add history for documented new functions.
PR: 59
Diffstat (limited to 'doc/crypto/hmac.pod')
-rw-r--r--doc/crypto/hmac.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/crypto/hmac.pod b/doc/crypto/hmac.pod
index 579bf9e8a0..3976baf226 100644
--- a/doc/crypto/hmac.pod
+++ b/doc/crypto/hmac.pod
@@ -96,4 +96,7 @@ L<sha(3)|sha(3)>, L<evp(3)|evp(3)>
HMAC(), HMAC_Init(), HMAC_Update(), HMAC_Final() and HMAC_cleanup()
are available since SSLeay 0.9.0.
+HMAC_CTX_init(), HMAC_Init_ex() and HMAC_CTX_cleanup() are available
+since OpenSSL 0.9.7.
+
=cut