Fix strict-warnings build
authorPatrick Steuer <psteuer@mail.de>
Mon, 17 Oct 2016 08:24:49 +0000 (10:24 +0200)
committerMatt Caswell <matt@openssl.org>
Tue, 18 Oct 2016 16:34:52 +0000 (17:34 +0100)
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: Patrick Steuer <psteuer@mail.de>
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
CLA: trivial

crypto/s390xcap.c

index 47d6b6ff511c9a027dd27f8aeb2b6b36282f10b4..cf8c372c05aaf5df291949415f8c6d4a257c4455 100644 (file)
@@ -3,6 +3,7 @@
 #include <string.h>
 #include <setjmp.h>
 #include <signal.h>
+#include "cryptlib.h"
 
 extern unsigned long OPENSSL_s390xcap_P[];