提交 25074d6c 编写于 作者: R Richard Levitte

Deal with another name that's longer than 31 characters.

上级 0cfc80c4
...@@ -199,6 +199,8 @@ ...@@ -199,6 +199,8 @@
#define OPENSSL_add_all_algorithms_noconf OPENSSL_add_all_algo_noconf #define OPENSSL_add_all_algorithms_noconf OPENSSL_add_all_algo_noconf
#undef OPENSSL_add_all_algorithms_conf #undef OPENSSL_add_all_algorithms_conf
#define OPENSSL_add_all_algorithms_conf OPENSSL_add_all_algo_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 */ /* Hack some long EC names */
#undef EC_GROUP_set_point_conversion_form #undef EC_GROUP_set_point_conversion_form
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册