Don't include comp.h if no-comp set.
This commit is contained in:
parent
61b8c79d15
commit
6495179af6
@ -104,7 +104,9 @@
|
|||||||
#ifndef OPENSSL_NO_JPAKE
|
#ifndef OPENSSL_NO_JPAKE
|
||||||
#include <openssl/jpake.h>
|
#include <openssl/jpake.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef OPENSSL_NO_COMP
|
||||||
#include <openssl/comp.h>
|
#include <openssl/comp.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
void ERR_load_crypto_strings(void)
|
void ERR_load_crypto_strings(void)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user