Include <openssl/opensslconf.h> - currently ssl.h is relying on it being
authorjsing <jsing@openbsd.org>
Sat, 24 May 2014 13:02:32 +0000 (13:02 +0000)
committerjsing <jsing@openbsd.org>
Sat, 24 May 2014 13:02:32 +0000 (13:02 +0000)
pulled in elsewhere, even though it is makes use of the OPENSSL_NO_*
defines. While here, remove kssl.h since it is a no-op.

ok beck@ miod@

lib/libssl/src/ssl/ssl.h
lib/libssl/ssl.h

index 98c7cfa..9744d97 100644 (file)
 #ifndef HEADER_SSL_H 
 #define HEADER_SSL_H 
 
+#include <openssl/opensslconf.h>
+
 #ifndef OPENSSL_NO_COMP
 #include <openssl/comp.h>
 #endif
 #include <openssl/pem.h>
 #include <openssl/hmac.h>
 
-#include <openssl/kssl.h>
 #include <openssl/safestack.h>
 
 #ifdef  __cplusplus
index 98c7cfa..9744d97 100644 (file)
 #ifndef HEADER_SSL_H 
 #define HEADER_SSL_H 
 
+#include <openssl/opensslconf.h>
+
 #ifndef OPENSSL_NO_COMP
 #include <openssl/comp.h>
 #endif
 #include <openssl/pem.h>
 #include <openssl/hmac.h>
 
-#include <openssl/kssl.h>
 #include <openssl/safestack.h>
 
 #ifdef  __cplusplus