Add COMP error strings.

This commit is contained in:
Dr. Stephen Henson
2009-08-09 14:51:56 +00:00
parent 5fffb5b3d9
commit 759b287f15

View File

@@ -104,6 +104,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)
{ {
@@ -157,5 +158,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
} }