Commit b0161f6a authored by Patrick Steuer's avatar Patrick Steuer Committed by Matt Caswell
Browse files

Fix strict-warnings build



crypto/s390xcap.c: cryptlib.h needs to be included for OPENSSL_cpuid_setup
function prototype is located there to avoid build error due to
-Werror=missing-prototypes.

Signed-off-by: default avatarPatrick Steuer <psteuer@mail.de>

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
CLA: trivial
parent 78ee64c2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
#include <string.h>
#include <setjmp.h>
#include <signal.h>
#include "cryptlib.h"

extern unsigned long OPENSSL_s390xcap_P[];