diff options
Diffstat (limited to 'Cryptlib/Include/openssl/comp.h')
| -rw-r--r-- | Cryptlib/Include/openssl/comp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Cryptlib/Include/openssl/comp.h b/Cryptlib/Include/openssl/comp.h index 406c428a..60a07340 100644 --- a/Cryptlib/Include/openssl/comp.h +++ b/Cryptlib/Include/openssl/comp.h @@ -4,6 +4,10 @@ # include <openssl/crypto.h> +# ifdef OPENSSL_NO_COMP +# error COMP is disabled. +# endif + #ifdef __cplusplus extern "C" { #endif |
