summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/ossl_typ.h
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2014-05-24 09:16:07 +0000
committerjsing <jsing@openbsd.org>2014-05-24 09:16:07 +0000
commit20175b857a0c3817cfda731930e8b4bca7ad6b00 (patch)
tree58413d16b4c5c269a24ca27b994889dcb17837ee /lib/libcrypto/ossl_typ.h
parentExpand OPENSSL_{GLOBAL,EXTERN} macros that I missed last time around, (diff)
downloadwireguard-openbsd-20175b857a0c3817cfda731930e8b4bca7ad6b00.tar.xz
wireguard-openbsd-20175b857a0c3817cfda731930e8b4bca7ad6b00.zip
Almost nothing actually needs to include <openssl/e_os2.h>, however by
including it they get <openssl/opensslconf.h>. So instead of pulling in <openssl/e_os2.h>, just pull in <openssl/opensslconf.h>. "go ahead" miod@
Diffstat (limited to 'lib/libcrypto/ossl_typ.h')
-rw-r--r--lib/libcrypto/ossl_typ.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/ossl_typ.h b/lib/libcrypto/ossl_typ.h
index 3a7a66edeff..85ba732ddd7 100644
--- a/lib/libcrypto/ossl_typ.h
+++ b/lib/libcrypto/ossl_typ.h
@@ -55,7 +55,7 @@
#ifndef HEADER_OPENSSL_TYPES_H
#define HEADER_OPENSSL_TYPES_H
-#include <openssl/e_os2.h>
+#include <openssl/opensslconf.h>
#ifdef NO_ASN1_TYPEDEFS
#define ASN1_INTEGER ASN1_STRING