summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-07-11 22:35:53 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-07-11 22:35:53 +0000
commit6e2a14002eafbbfd2104f1f7416524be6449c86d (patch)
tree5be4ad0f912a41ba337631082caeb060c63ee96b /doc
parent7852c6b075ae5270bd8a82a5577332da05d6b8da (diff)
Delete invalid reference to HMAC_CTX.
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 0bd79a6d3a..484e349fd1 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.