Fix strict-warnings build

crypto/s390xcap.c: internal/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: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
CLA: trivial
This commit is contained in:
Patrick Steuer 2016-10-15 17:41:41 +02:00 committed by Matt Caswell
parent 96cce82050
commit c0dba2cca4

View File

@ -12,6 +12,7 @@
#include <string.h>
#include <setjmp.h>
#include <signal.h>
#include "internal/cryptlib.h"
extern unsigned long OPENSSL_s390xcap_P[];