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)
commitb0161f6a8961b131c4dd43a4cc240b4a9ffda72d
treebd94e010c196332eb1cd3f5e1d98c0de8904d086
parent78ee64c237a8d73b8e92b2612f565db26c169ed5
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: Patrick Steuer <psteuer@mail.de>
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
CLA: trivial
crypto/s390xcap.c