]> granicus.if.org Git - libevent/commit
avoid sign mismatch warning in openssl_hostname_validation.c
authorPatrick Pelletier <code@funwithsoftware.org>
Thu, 28 Feb 2013 05:19:16 +0000 (21:19 -0800)
committerPatrick Pelletier <code@funwithsoftware.org>
Thu, 28 Feb 2013 05:22:03 +0000 (21:22 -0800)
commit6021cb5027e6e0d818671540fabec735008523d2
tree63b1a7be03899131a60415e9d60561221238b12e
parent64d9f161fe6c476fc7a335187527e98d3c668c1c
avoid sign mismatch warning in openssl_hostname_validation.c

sample/openssl_hostname_validation.c: In function 'matches_common_name':
sample/openssl_hostname_validation.c:80: warning: comparison between signed and unsigned integer expressions
sample/openssl_hostname_validation.c: In function 'matches_subject_alternative_name':
sample/openssl_hostname_validation.c:124: warning: comparison between signed and unsigned integer expressions
sample/openssl_hostname_validation.c