diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-04-18 14:37:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-04-18 14:37:42 +0000 |
commit | 1c3da0e850a42399d22ad689e32b77f7b2e7ad07 (patch) | |
tree | 16d0950491124547ddcf466472051cd70dcd30be /lib/libcrypto/rand | |
parent | cc738d854e23846e5c4863490278290ac78023fb (diff) |
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 'lib/libcrypto/rand')
-rw-r--r-- | lib/libcrypto/rand/randfile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcrypto/rand/randfile.c b/lib/libcrypto/rand/randfile.c index 23efa173887..25258046680 100644 --- a/lib/libcrypto/rand/randfile.c +++ b/lib/libcrypto/rand/randfile.c @@ -61,7 +61,6 @@ #include <stdlib.h> #include <string.h> -#include "e_os.h" #include <openssl/crypto.h> #include <openssl/rand.h> #include <openssl/buffer.h> |