Don't include comp.h if no-comp set.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 20 Jan 2013 01:16:25 +0000 (01:16 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 20 Jan 2013 01:16:25 +0000 (01:16 +0000)
crypto/err/err_all.c

index 39796f7cc8cd90097efd0f775743cec28a9f57fd..0429389fc327c624467660bb0a4da8409a4df39f 100644 (file)
 #ifndef OPENSSL_NO_JPAKE
 #include <openssl/jpake.h>
 #endif
+#ifndef OPENSSL_NO_COMP
 #include <openssl/comp.h>
+#endif
 
 void ERR_load_crypto_strings(void)
        {