]> granicus.if.org Git - curl/commit
vtls: Fixed compilation errors when SSL not used
authorSteve Holme <steve_holme@hotmail.com>
Sat, 17 Jan 2015 15:13:29 +0000 (15:13 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 17 Jan 2015 15:16:07 +0000 (15:16 +0000)
commit30ef1a077996c71e463beae53354e8ffc7a4c90d
treee07daabaeebe43f1b58718c14f640b1329f6be30
parent81b98dafa19aa88166a7190769afbd359156df00
vtls: Fixed compilation errors when SSL not used

Fixed the following warning and error from commit 3af90a6e19 when SSL
is not being used:

url.c:2004: warning C4013: 'Curl_ssl_cert_status_request' undefined;
            assuming extern returning int

error LNK2019: unresolved external symbol Curl_ssl_cert_status_request
               referenced in function Curl_setopt
lib/vtls/vtls.h