Add COMP error strings.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 9 Aug 2009 14:51:56 +0000 (14:51 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 9 Aug 2009 14:51:56 +0000 (14:51 +0000)
crypto/err/err_all.c

index f21a5276ed74085d28ba3e79e9864c11d525fd0e..39796f7cc8cd90097efd0f775743cec28a9f57fd 100644 (file)
 #ifndef OPENSSL_NO_JPAKE
 #include <openssl/jpake.h>
 #endif
+#include <openssl/comp.h>
 
 void ERR_load_crypto_strings(void)
        {
@@ -157,5 +158,6 @@ void ERR_load_crypto_strings(void)
 #ifndef OPENSSL_NO_JPAKE
        ERR_load_JPAKE_strings();
 #endif
+       ERR_load_COMP_strings();
 #endif
        }