Fix strict-warnings build
authorPatrick Steuer <psteuer@mail.de>
Mon, 17 Oct 2016 08:30:33 +0000 (10:30 +0200)
committerMatt Caswell <matt@openssl.org>
Tue, 18 Oct 2016 16:34:52 +0000 (17:34 +0100)
commit99c002b305705a3d1e092402bc092de1943fbc27
treee97aa80552d32e7a1df6ee4c48ae708659689747
parentb0161f6a8961b131c4dd43a4cc240b4a9ffda72d
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: Matt Caswell <matt@openssl.org>
CLA: trivial
crypto/aes/asm/aes-s390x.pl
crypto/evp/e_aes.c