diff options
| author | jsing <> | 2014-05-24 10:12:33 +0000 |
|---|---|---|
| committer | jsing <> | 2014-05-24 10:12:33 +0000 |
| commit | 89055c2143280121fc5a08f40ed1fc530c84c216 (patch) | |
| tree | 33a20b16262992f91ca3376a92f093ff687492b8 /src/lib/libc | |
| parent | 43475c95a43a0fe7c8350906be989bb366ab1009 (diff) | |
| download | openbsd-89055c2143280121fc5a08f40ed1fc530c84c216.tar.gz openbsd-89055c2143280121fc5a08f40ed1fc530c84c216.tar.bz2 openbsd-89055c2143280121fc5a08f40ed1fc530c84c216.zip | |
Another e_os2.h -> opensslconf.h.
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/rand/rand.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rand/rand.h b/src/lib/libcrypto/rand/rand.h index 07de8cb7c4..30b22afaf3 100644 --- a/src/lib/libcrypto/rand/rand.h +++ b/src/lib/libcrypto/rand/rand.h | |||
| @@ -60,8 +60,10 @@ | |||
| 60 | #define HEADER_RAND_H | 60 | #define HEADER_RAND_H |
| 61 | 61 | ||
| 62 | #include <stdlib.h> | 62 | #include <stdlib.h> |
| 63 | |||
| 64 | #include <openssl/opensslconf.h> | ||
| 65 | |||
| 63 | #include <openssl/ossl_typ.h> | 66 | #include <openssl/ossl_typ.h> |
| 64 | #include <openssl/e_os2.h> | ||
| 65 | 67 | ||
| 66 | #ifdef __cplusplus | 68 | #ifdef __cplusplus |
| 67 | extern "C" { | 69 | extern "C" { |
