components/openssl/openssl-1.0.1/patches/11-6546806.patch
author James Chang <james.c.chang@Oracle.COM>
Tue, 10 Feb 2015 16:44:23 -0800
branchs11-update
changeset 3763 3b1d75f94ef2
parent 2593 b92e6df5eaf0
permissions -rw-r--r--
19078473 ejabberd version 2.1.13 needs a TPNO at the appropriate juncture 3 of 11

diff -ruN openssl-0.9.8a/doc/crypto/hmac.pod openssl-0.9.8a/doc/crypto/hmac.pod
--- openssl-0.9.8a/doc/crypto/hmac.pod	2002-07-18 20:54:45.000000000 +0200
+++ openssl-0.9.8a/doc/crypto/hmac.pod	2009-04-10 11:09:46.449071541 +0200
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-HMAC, HMAC_Init, HMAC_Update, HMAC_Final, HMAC_cleanup - HMAC message
+HMAC, HMAC_CTX_init, HMAC_Init, HMAC_Init_ex, HMAC_Update, HMAC_Final, HMAC_CTX_cleanup, HMAC_cleanup - HMAC message
 authentication code
 
 =head1 SYNOPSIS