From 6e2a14002eafbbfd2104f1f7416524be6449c86d Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 11 Jul 2009 22:35:53 +0000 Subject: [PATCH] Delete invalid reference to HMAC_CTX. --- doc/crypto/hmac.pod | 2 -- 1 file changed, 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 is NULL, the digest is placed in a static array. The size of the output is placed in B, unless it is B. B can be EVP_sha1(), EVP_ripemd160() etc. -B and B may be B if a key and hash function have -been set in a previous call to HMAC_Init() for that B. HMAC_CTX_init() initialises a B before first use. It must be called. -- 2.25.1