summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rand
diff options
context:
space:
mode:
authorjsing <>2014-05-24 10:12:33 +0000
committerjsing <>2014-05-24 10:12:33 +0000
commit423deaf23c5a306d0f9bc96d6e1e9584d85f7c16 (patch)
tree33a20b16262992f91ca3376a92f093ff687492b8 /src/lib/libcrypto/rand
parent4820b13e494be6533fce3b945e208585313265b2 (diff)
downloadopenbsd-423deaf23c5a306d0f9bc96d6e1e9584d85f7c16.tar.gz
openbsd-423deaf23c5a306d0f9bc96d6e1e9584d85f7c16.tar.bz2
openbsd-423deaf23c5a306d0f9bc96d6e1e9584d85f7c16.zip
Another e_os2.h -> opensslconf.h.
Diffstat (limited to 'src/lib/libcrypto/rand')
-rw-r--r--src/lib/libcrypto/rand/rand.h4
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
67extern "C" { 69extern "C" {