summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-07-11 22:36:27 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-07-11 22:36:27 +0000
commit1546de87f0bd6c2322e5197e26017d66b1d6b0e1 (patch)
treef5a43ecabc9995f60cb1ea6f462a26a796c775e3 /doc
parentaffffaed3d57fddff6a1810508ed7cf9e1b7e2a5 (diff)
downloadopenssl-new-1546de87f0bd6c2322e5197e26017d66b1d6b0e1.tar.gz
Fix from 0.9.8-stable.
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/hmac.pod2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/crypto/hmac.pod b/doc/crypto/hmac.pod
index 628d680a51..8436507e67 100644
--- a/doc/crypto/hmac.pod
+++ b/doc/crypto/hmac.pod
@@ -41,8 +41,6 @@ If B<md> is NULL, the digest is placed in a static array. The size of
the output is placed in B<md_len>, unless it is B<NULL>.
B<evp_md> can be EVP_sha1(), EVP_ripemd160() etc.
-B<key> and B<evp_md> may be B<NULL> if a key and hash function have
-been set in a previous call to HMAC_Init() for that B<HMAC_CTX>.
HMAC_CTX_init() initialises a B<HMAC_CTX> before first use. It must be
called.