From: Dr. Stephen Henson Date: Sat, 11 Jul 2009 22:36:27 +0000 (+0000) Subject: Fix from 0.9.8-stable. X-Git-Tag: OpenSSL_1_0_0-beta3~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1546de87f0bd6c2322e5197e26017d66b1d6b0e1;p=oweals%2Fopenssl.git Fix from 0.9.8-stable. --- 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 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.