diff options
Diffstat (limited to 'openssl/crypto/evp/e_seed.c')
-rw-r--r-- | openssl/crypto/evp/e_seed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/crypto/evp/e_seed.c b/openssl/crypto/evp/e_seed.c index 8c1ec0d43..2d1759d27 100644 --- a/openssl/crypto/evp/e_seed.c +++ b/openssl/crypto/evp/e_seed.c @@ -54,11 +54,11 @@ */ #include <openssl/opensslconf.h> +#ifndef OPENSSL_NO_SEED #include <openssl/evp.h> #include <openssl/err.h> #include <string.h> #include <assert.h> -#ifndef OPENSSL_NO_SEED #include <openssl/seed.h> #include "evp_locl.h" |