summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_seed.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/e_seed.c')
-rw-r--r--crypto/evp/e_seed.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/evp/e_seed.c b/crypto/evp/e_seed.c
index f8523c38d9..6964b1e5b6 100644
--- a/crypto/evp/e_seed.c
+++ b/crypto/evp/e_seed.c
@@ -53,7 +53,9 @@
*/
#include <openssl/opensslconf.h>
-#ifndef OPENSSL_NO_SEED
+#ifdef OPENSSL_NO_SEED
+NON_EMPTY_TRANSLATION_UNIT
+#else
# include <openssl/evp.h>
# include <openssl/err.h>
# include <string.h>