commit | d6a8869ea346ece7026afbc38d2cd4344a45909f | [log] [tgz] |
---|---|---|
author | Jay Satiro <raysatiro@yahoo.com> | Sat Feb 06 19:10:49 2016 -0500 |
committer | Jay Satiro <raysatiro@yahoo.com> | Sat Feb 06 19:10:49 2016 -0500 |
tree | 777762b04c8f3eecf88094416c05553842fef868 | |
parent | 1ca54daf3ebc4dc587f297f057afd9532463add2 [diff] |
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