diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2007-06-08 02:26:16 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2007-06-08 02:26:16 +0200 |
commit | 54b5fd537f7a7ac1874359fd42a4721b6839f7a1 (patch) | |
tree | 28839ccc94d178c059a6b7620e2926878bdfea98 /crypto/seed | |
parent | Remove unnecessary casts and avoid some warnings with gcc 4.2. (diff) | |
download | openssl-54b5fd537f7a7ac1874359fd42a4721b6839f7a1.tar.xz openssl-54b5fd537f7a7ac1874359fd42a4721b6839f7a1.zip |
WIN32 fixes.
Diffstat (limited to 'crypto/seed')
-rw-r--r-- | crypto/seed/seed.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/seed/seed.h b/crypto/seed/seed.h index 427915ed9a..6ffa5f024e 100644 --- a/crypto/seed/seed.h +++ b/crypto/seed/seed.h @@ -82,6 +82,8 @@ #define HEADER_SEED_H #include <openssl/opensslconf.h> +#include <openssl/e_os2.h> +#include <openssl/crypto.h> #ifdef OPENSSL_NO_SEED #error SEED is disabled. |