diff options
author | Richard Levitte <levitte@openssl.org> | 2001-02-22 15:45:02 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2001-02-22 15:45:02 +0100 |
commit | 41d2a336eee7fcf7beda0ce38e0ef7fc16bbfdb1 (patch) | |
tree | dcad6fa950b6c4403a3ede282062c3c24ce75b0d /crypto/rand/md_rand.c | |
parent | Since RAND_file_name() uses strlen, make sure the number that's (diff) | |
download | openssl-41d2a336eee7fcf7beda0ce38e0ef7fc16bbfdb1.tar.xz openssl-41d2a336eee7fcf7beda0ce38e0ef7fc16bbfdb1.zip |
e_os.h does not belong with the exported headers. Do not put it there
and make all files the depend on it include it without prefixing it
with openssl/.
This means that all Makefiles will have $(TOP) as one of the include
directories.
Diffstat (limited to 'crypto/rand/md_rand.c')
-rw-r--r-- | crypto/rand/md_rand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rand/md_rand.c b/crypto/rand/md_rand.c index 3900bfeec3..d3261a028c 100644 --- a/crypto/rand/md_rand.c +++ b/crypto/rand/md_rand.c @@ -119,7 +119,7 @@ #include <stdio.h> #include <string.h> -#include "openssl/e_os.h" +#include "e_os.h" #include <openssl/rand.h> #include "rand_lcl.h" |