Commit 6495179a authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Don't include comp.h if no-comp set.

parent 61b8c79d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -104,7 +104,9 @@
#ifndef OPENSSL_NO_JPAKE
#include <openssl/jpake.h>
#endif
#ifndef OPENSSL_NO_COMP
#include <openssl/comp.h>
#endif

void ERR_load_crypto_strings(void)
	{