diff options
author | deraadt <> | 2014-04-18 14:37:41 +0000 |
---|---|---|
committer | deraadt <> | 2014-04-18 14:37:41 +0000 |
commit | ade9fbef99b78ab1e042fd491648066f3e008e92 (patch) | |
tree | 9a096bd964129ac72ab9b20dcf9ba841c71784c4 /src/lib/libcrypto/rand/randfile.c | |
parent | 6bd267835e6a209a220f455d126a5de5f86fcff7 (diff) | |
download | openbsd-ade9fbef99b78ab1e042fd491648066f3e008e92.tar.gz openbsd-ade9fbef99b78ab1e042fd491648066f3e008e92.tar.bz2 openbsd-ade9fbef99b78ab1e042fd491648066f3e008e92.zip |
Put the final pieces from e_os.h in the required places, and remove it.
"dance on it's grave" says beck
ok guenther beck
Diffstat (limited to 'src/lib/libcrypto/rand/randfile.c')
-rw-r--r-- | src/lib/libcrypto/rand/randfile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rand/randfile.c b/src/lib/libcrypto/rand/randfile.c index 23efa17388..2525804668 100644 --- a/src/lib/libcrypto/rand/randfile.c +++ b/src/lib/libcrypto/rand/randfile.c | |||
@@ -61,7 +61,6 @@ | |||
61 | #include <stdlib.h> | 61 | #include <stdlib.h> |
62 | #include <string.h> | 62 | #include <string.h> |
63 | 63 | ||
64 | #include "e_os.h" | ||
65 | #include <openssl/crypto.h> | 64 | #include <openssl/crypto.h> |
66 | #include <openssl/rand.h> | 65 | #include <openssl/rand.h> |
67 | #include <openssl/buffer.h> | 66 | #include <openssl/buffer.h> |