summaryrefslogtreecommitdiffstats
path: root/crypto/rand/randfile.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-02-22 15:08:30 +0000
committerBodo Möller <bodo@openssl.org>2001-02-22 15:08:30 +0000
commita2cf08cc23d548cefa42a3e9d3e4a34b4d86da6a (patch)
treedcad6fa950b6c4403a3ede282062c3c24ce75b0d /crypto/rand/randfile.c
parentd3a73875e2e420333aab98acf9d06841447fdebc (diff)
undo previous change: "e_os.h" is now the official name for the file
to include (but the OpenSSL_0_9_6-stable branche still has inconsistencies)
Diffstat (limited to 'crypto/rand/randfile.c')
-rw-r--r--crypto/rand/randfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rand/randfile.c b/crypto/rand/randfile.c
index 41dd1d70a4..8623e13e18 100644
--- a/crypto/rand/randfile.c
+++ b/crypto/rand/randfile.c
@@ -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>