提交 a0e8da5d 编写于 作者: R Richard Levitte

Don't forget to load the CT error strings

Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 cc79f06c
...@@ -105,6 +105,7 @@ ...@@ -105,6 +105,7 @@
#ifndef OPENSSL_NO_JPAKE #ifndef OPENSSL_NO_JPAKE
# include <openssl/jpake.h> # include <openssl/jpake.h>
#endif #endif
#include <internal/ct_int.h>
void ERR_load_crypto_strings(void) void ERR_load_crypto_strings(void)
{ {
...@@ -161,5 +162,8 @@ void ERR_load_crypto_strings(void) ...@@ -161,5 +162,8 @@ void ERR_load_crypto_strings(void)
# ifndef OPENSSL_NO_JPAKE # ifndef OPENSSL_NO_JPAKE
ERR_load_JPAKE_strings(); ERR_load_JPAKE_strings();
# endif # endif
# ifndef OPENSSL_NO_CT
ERR_load_CT_strings();
# endif
#endif #endif
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册