From: Matt Caswell Date: Mon, 21 Mar 2016 12:00:41 +0000 (+0000) Subject: Fix no-seed X-Git-Tag: OpenSSL_1_1_0-pre5~265 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8d9fb8c8dbdaad8c7e6009c96618b17aac9662b9;p=oweals%2Fopenssl.git Fix no-seed Fix compilation with --strict-warnings and no-seed Reviewed-by: Rich Salz --- 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 -#ifndef OPENSSL_NO_SEED +#ifdef OPENSSL_NO_SEED +NON_EMPTY_TRANSLATION_UNIT +#else # include # include # include