CURLINFO_SSL_VERIFYRESULT: assign at first connect call
authorDaniel Stenberg <daniel@haxx.se>
Sun, 4 May 2014 21:53:38 +0000 (23:53 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 15 May 2014 20:02:00 +0000 (22:02 +0200)
commit53a5b95c215860e3c392b011f2645e2bdd70246c
tree954cc307b3f6b72cad4376bd859dc8829489f80b
parent84bd19ffd4374fd7b4fbe5a0ee0ecbf263d52ede
CURLINFO_SSL_VERIFYRESULT: assign at first connect call

The variable wasn't assigned at all until step3 which would lead to a
failed connect never assigning the variable and thus returning a bad
value.

Reported-by: Larry Lin
Bug: http://curl.haxx.se/mail/lib-2014-04/0203.html
lib/vtls/openssl.c