Commit 8d9fb8c8 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix no-seed



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

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent dc110177
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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>