aboutsummaryrefslogtreecommitdiff
path: root/crypto/rand/randfile.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-02-22 14:58:38 +0000
committerBodo Möller <bodo@openssl.org>2001-02-22 14:58:38 +0000
commitd3a73875e2e420333aab98acf9d06841447fdebc (patch)
treef7f54bd83be97c4ec6493e230ddfeca61e6b0472 /crypto/rand/randfile.c
parent41d2a336eee7fcf7beda0ce38e0ef7fc16bbfdb1 (diff)
downloadopenssl-d3a73875e2e420333aab98acf9d06841447fdebc.zip
openssl-d3a73875e2e420333aab98acf9d06841447fdebc.tar.gz
openssl-d3a73875e2e420333aab98acf9d06841447fdebc.tar.bz2
include e_os.h as "openssl/e_os.h" (as elsewhere)
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 8623e13..41dd1d7 100644
--- a/crypto/rand/randfile.c
+++ b/crypto/rand/randfile.c
@@ -61,7 +61,7 @@
#include <stdlib.h>
#include <string.h>
-#include "e_os.h"
+#include "openssl/e_os.h"
#include <openssl/crypto.h>
#include <openssl/rand.h>