undo previous change: "e_os.h" is now the official name for the file
authorBodo Möller <bodo@openssl.org>
Thu, 22 Feb 2001 15:08:30 +0000 (15:08 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 22 Feb 2001 15:08:30 +0000 (15:08 +0000)
to include (but the OpenSSL_0_9_6-stable branche still has
inconsistencies)

crypto/rand/randfile.c

index 41dd1d70a4f240ebbf1396c745071d2f69f0e9ee..8623e13e18ee0dc4e27eedaa286f26afde190a8b 100644 (file)
@@ -61,7 +61,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "openssl/e_os.h"
+#include "e_os.h"
 #include <openssl/crypto.h>
 #include <openssl/rand.h>