From: Richard Levitte Date: Sun, 28 May 2006 19:39:36 +0000 (+0000) Subject: Deal with another name that's longer than 31 characters. X-Git-Tag: OpenSSL_0_9_8k^2~1288 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=25074d6c2238939c340647f4b8f85763af403056;p=oweals%2Fopenssl.git Deal with another name that's longer than 31 characters. --- diff --git a/crypto/symhacks.h b/crypto/symhacks.h index 60678127ce..ec2dd36998 100644 --- a/crypto/symhacks.h +++ b/crypto/symhacks.h @@ -199,6 +199,8 @@ #define OPENSSL_add_all_algorithms_noconf OPENSSL_add_all_algo_noconf #undef OPENSSL_add_all_algorithms_conf #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 /* Hack some long EC names */ #undef EC_GROUP_set_point_conversion_form