summaryrefslogtreecommitdiffstats
path: root/lib/libssl/dtls1.h
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2016-12-30 15:10:57 +0000
committerjsing <jsing@openbsd.org>2016-12-30 15:10:57 +0000
commita401edeeeae7767fc687e0002c90352d9ef9e8db (patch)
tree0d6f203dda615834a341036a79eda98d44c737fc /lib/libssl/dtls1.h
parentPlace M_PKCS12_* compatibility macros under #ifndef LIBRESSL_INTERNAL. (diff)
downloadwireguard-openbsd-a401edeeeae7767fc687e0002c90352d9ef9e8db.tar.xz
wireguard-openbsd-a401edeeeae7767fc687e0002c90352d9ef9e8db.zip
Explicitly include openssl/opensslconf.h in headers that use OPENSSL_NO_*
defines - do not rely on another heading making those available for us.
Diffstat (limited to 'lib/libssl/dtls1.h')
-rw-r--r--lib/libssl/dtls1.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libssl/dtls1.h b/lib/libssl/dtls1.h
index 5aed28e99af..8ec0bb84212 100644
--- a/lib/libssl/dtls1.h
+++ b/lib/libssl/dtls1.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dtls1.h,v 1.18 2015/09/10 17:57:50 jsing Exp $ */
+/* $OpenBSD: dtls1.h,v 1.19 2016/12/30 15:10:57 jsing Exp $ */
/*
* DTLS implementation written by Nagendra Modadugu
* (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
@@ -66,6 +66,7 @@
#include <stdlib.h>
#include <string.h>
+#include <openssl/opensslconf.h>
#include <openssl/buffer.h>
#ifdef __cplusplus