opensslconf.h doesn't define what we want, e_os2.h does.
authorRichard Levitte <levitte@openssl.org>
Thu, 27 Jun 2002 17:19:55 +0000 (17:19 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 27 Jun 2002 17:19:55 +0000 (17:19 +0000)
PR 123

crypto/rand/rand.h

index b2f6146a0e17695c3efd72f0f50ea21f60a5846f..16ea8fca0e9c12614538a295ac72500f74df08aa 100644 (file)
@@ -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>