]> granicus.if.org Git - openssl/commit
Fix strict-warnings build
authorPatrick Steuer <psteuer@mail.de>
Sat, 15 Oct 2016 14:54:52 +0000 (16:54 +0200)
committerMatt Caswell <matt@openssl.org>
Tue, 18 Oct 2016 16:09:47 +0000 (17:09 +0100)
commit34657a8da2ead453460d668771984432cc767044
treeff654d735f67f2fb0bfb15e1e7a5e63c1e4fba24
parentcde6145ba19a2fce039cf054a89e49f67c623c59
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
crypto/asn1/a_strex.c