summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-06-27 17:19:55 +0000
committerRichard Levitte <levitte@openssl.org>2002-06-27 17:19:55 +0000
commitcce9396dc9210a45554db235c26814c9e07dda35 (patch)
treeff055da955ef07f4f538c6377e6e0d78bf0bfc57 /crypto
parent47f3eafb8d14eaf36a1aab343b65e2eb2f7a3168 (diff)
opensslconf.h doesn't define what we want, e_os2.h does.
PR 123
Diffstat (limited to 'crypto')
-rw-r--r--crypto/rand/rand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rand/rand.h b/crypto/rand/rand.h
index b2f6146a0e..16ea8fca0e 100644
--- a/crypto/rand/rand.h
+++ b/crypto/rand/rand.h
@@ -61,7 +61,7 @@
#include <stdlib.h>
#include <openssl/ossl_typ.h>
-#include <openssl/opensslconf.h>
+#include <openssl/e_os2.h>
#if defined(OPENSSL_SYS_WINDOWS)
#include <windows.h>