Fix compilation with -no-comp by adding some more #ifndef OPENSSL_NO_COMP
[openssl.git] / ssl / t1_enc.c
index e2eadd5e44cf18347c0d962c571e7786628741d2..7cb3e29a41b86ac0924fd1010045d71a561214d0 100644 (file)
 
 #include <stdio.h>
 #include "ssl_locl.h"
+#ifndef OPENSSL_NO_COMP
 #include <openssl/comp.h>
+#endif
 #include <openssl/evp.h>
 #include <openssl/hmac.h>
 #include <openssl/md5.h>