Fix no-seed

Fix compilation with --strict-warnings and no-seed

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Matt Caswell 2016-03-21 12:00:41 +00:00
parent dc110177de
commit 8d9fb8c8db

View File

@ -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>