Fix strict-warnings build
authorPatrick Steuer <psteuer@mail.de>
Sat, 15 Oct 2016 15:14:05 +0000 (17:14 +0200)
committerMatt Caswell <matt@openssl.org>
Tue, 18 Oct 2016 16:09:47 +0000 (17:09 +0100)
commit96cce8205001b5801b10abf53e0ee81ee52d5d89
tree015e8a6815eefff8d6e5c4184915342a61abcbea
parent34657a8da2ead453460d668771984432cc767044
Fix strict-warnings build

crypto/evp/e_aes.c: Types of inp and out parameters of
AES_xts_en/decrypt functions need to be changed from char to
unsigned char to avoid build error due to
'-Werror=incompatible-pointer-types'.

crypto/aes/asm/aes-s390x.pl: Comments need to reflect the above
change.

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/aes/asm/aes-s390x.pl
crypto/evp/e_aes.c