Fix strict-warnings build
authorPatrick Steuer <psteuer@mail.de>
Sat, 15 Oct 2016 14:54:52 +0000 (16:54 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 11 May 2017 16:19:11 +0000 (18:19 +0200)
commit01b30563b97d01477e2ab577a8a268991696c6e1
tree3f0e07aaa8a019c25a0f11492fee012b711eeb2b
parentd9d4122dd15c388a245c4edb28144ea919f9ddf1
Fix strict-warnings build

crypto/asn1/a_strex.c: Type of width variable in asn1_valid_host
function  needs to be changed from char to signed char to avoid
build error due to '-Werror=type-limits'.

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
(cherry picked from commit 34657a8da2ead453460d668771984432cc767044)
crypto/asn1/a_strex.c