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@
#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
#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