]> granicus.if.org Git - curl/commit
openssl: Fix signed/unsigned mismatch warning in X509V3_ext
authorJay Satiro <raysatiro@yahoo.com>
Sun, 7 Feb 2016 00:10:49 +0000 (19:10 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 7 Feb 2016 00:10:49 +0000 (19:10 -0500)
commitd6a8869ea346ece7026afbc38d2cd4344a45909f
tree777762b04c8f3eecf88094416c05553842fef868
parent1ca54daf3ebc4dc587f297f057afd9532463add2
openssl: Fix signed/unsigned mismatch warning in X509V3_ext

sk_X509_EXTENSION_num may return an unsigned integer, however the value
will fit in an int.

Bug: https://github.com/curl/curl/commit/dd1b44c#commitcomment-15913896
Reported-by: Gisle Vanem
lib/vtls/openssl.c