summaryrefslogtreecommitdiffstats
path: root/lib/libssl
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2014-05-24 10:12:33 +0000
committerjsing <jsing@openbsd.org>2014-05-24 10:12:33 +0000
commit2104a14244278b0a49e83b978c45ec0bb8bd8624 (patch)
treed80371a390545d5b5adce1f4e0e9e5dc8721df62 /lib/libssl
parente_os2.h is not needed here. (diff)
downloadwireguard-openbsd-2104a14244278b0a49e83b978c45ec0bb8bd8624.tar.xz
wireguard-openbsd-2104a14244278b0a49e83b978c45ec0bb8bd8624.zip
Another e_os2.h -> opensslconf.h.
Diffstat (limited to 'lib/libssl')
-rw-r--r--lib/libssl/src/crypto/rand/rand.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/rand/rand.h b/lib/libssl/src/crypto/rand/rand.h
index 07de8cb7c45..30b22afaf38 100644
--- a/lib/libssl/src/crypto/rand/rand.h
+++ b/lib/libssl/src/crypto/rand/rand.h
@@ -60,8 +60,10 @@
#define HEADER_RAND_H
#include <stdlib.h>
+
+#include <openssl/opensslconf.h>
+
#include <openssl/ossl_typ.h>
-#include <openssl/e_os2.h>
#ifdef __cplusplus
extern "C" {