]> granicus.if.org Git - curl/commit
openssl: work around MSVC warning
authorMarcel Raad <MarcelRaad@users.noreply.github.com>
Thu, 16 Jul 2015 07:09:02 +0000 (09:09 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 23 Jul 2015 22:12:31 +0000 (00:12 +0200)
commit98835eed29cd1f3451f0fb16ce1d4551a0e07df4
treec317edc100ef0ce1163b9c221ac89e5f19eabdc5
parentcee21eb6a7752f90fe3e2ee260a31ce0a9eeaaa0
openssl: work around MSVC warning

MSVC 12 complains:

lib\vtls\openssl.c(1554): warning C4701: potentially uninitialized local
variable 'verstr' used It's a false positive, but as it's normally not,
I have enabled warning-as-error for that warning.
lib/vtls/openssl.c