Need definition of struct timeval for dtls1.h which broke WIN32 builds,
[openssl.git] / ssl / d1_enc.c
index 9de787e8f64b4bcba542ff4c85f13d1533d4d3b5..7f3e57fc1e2f9227bc631698e053c04ef422e015 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>