提交 a0778bfa 编写于 作者: D Dr. Stephen Henson

Add COMP error strings.

上级 0f1d77a8
...@@ -102,6 +102,7 @@ ...@@ -102,6 +102,7 @@
#ifndef OPENSSL_NO_JPAKE #ifndef OPENSSL_NO_JPAKE
#include <openssl/jpake.h> #include <openssl/jpake.h>
#endif #endif
#include <openssl/comp.h>
void ERR_load_crypto_strings(void) void ERR_load_crypto_strings(void)
{ {
...@@ -154,5 +155,6 @@ void ERR_load_crypto_strings(void) ...@@ -154,5 +155,6 @@ void ERR_load_crypto_strings(void)
#ifndef OPENSSL_NO_JPAKE #ifndef OPENSSL_NO_JPAKE
ERR_load_JPAKE_strings(); ERR_load_JPAKE_strings();
#endif #endif
ERR_load_COMP_strings();
#endif #endif
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册