[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Richard Levitte levitte at openssl.org
Fri Nov 10 21:19:22 UTC 2017


The branch OpenSSL_1_0_2-stable has been updated
       via  7718de6e0bbb58ac97f049c34702673e6b1339c3 (commit)
      from  0d5d76c81a420eb243a9a91327c494a8fd5b189f (commit)


- Log -----------------------------------------------------------------
commit 7718de6e0bbb58ac97f049c34702673e6b1339c3
Author: Richard Levitte <levitte at openssl.org>
Date:   Fri Nov 10 13:25:00 2017 +0100

    VMS: make an alias for a long symbol (> 31 chars)
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/4714)

-----------------------------------------------------------------------

Summary of changes:
 crypto/symhacks.h | 2 ++
 util/libeay.num   | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/crypto/symhacks.h b/crypto/symhacks.h
index 239fa4f..3001957 100644
--- a/crypto/symhacks.h
+++ b/crypto/symhacks.h
@@ -280,6 +280,8 @@
 #  define OPENSSL_add_all_algorithms_conf         OPENSSL_add_all_algo_conf
 #  undef EVP_PKEY_meth_set_verify_recover
 #  define EVP_PKEY_meth_set_verify_recover        EVP_PKEY_meth_set_vrfy_recover
+#  undef EVP_PKEY_meth_get_verify_recover
+#  define EVP_PKEY_meth_get_verify_recover        EVP_PKEY_meth_get_vrfy_recover
 
 /* Hack some long EC names */
 #  undef EC_GROUP_set_point_conversion_form
diff --git a/util/libeay.num b/util/libeay.num
index fddfe1c..f5b4f21 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -4417,7 +4417,8 @@ EC_GROUP_get_mont_data                  4772	EXIST::FUNCTION:EC
 i2d_re_X509_tbs                         4773	EXIST::FUNCTION:
 EVP_PKEY_asn1_set_item                  4774	EXIST::FUNCTION:
 EVP_PKEY_meth_get_init                  4775	EXIST::FUNCTION:
-EVP_PKEY_meth_get_verify_recover        4776	EXIST::FUNCTION:
+EVP_PKEY_meth_get_verify_recover        4776	EXIST:!VMS:FUNCTION:
+EVP_PKEY_meth_get_vrfy_recover          4776	EXIST:VMS:FUNCTION:
 EVP_PKEY_meth_get_keygen                4777	EXIST::FUNCTION:
 EVP_PKEY_meth_get_derive                4778	EXIST::FUNCTION:
 EVP_PKEY_meth_get_verifyctx             4779	EXIST::FUNCTION:


More information about the openssl-commits mailing list