diff options
author | 2014-05-24 10:12:33 +0000 | |
---|---|---|
committer | 2014-05-24 10:12:33 +0000 | |
commit | 2104a14244278b0a49e83b978c45ec0bb8bd8624 (patch) | |
tree | d80371a390545d5b5adce1f4e0e9e5dc8721df62 /lib/libssl | |
parent | e_os2.h is not needed here. (diff) | |
download | wireguard-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.h | 4 |
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" { |