Fix strict-warnings build
authorPatrick Steuer <psteuer@mail.de>
Sat, 15 Oct 2016 15:41:41 +0000 (17:41 +0200)
committerMatt Caswell <matt@openssl.org>
Tue, 18 Oct 2016 16:09:47 +0000 (17:09 +0100)
commitc0dba2cca4d2bf3526d90a2050bdb17148ce803f
treec0fd40de0b005463c1b702be6dd443d6426888c3
parent96cce8205001b5801b10abf53e0ee81ee52d5d89
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
crypto/s390xcap.c