]> granicus.if.org Git - curl/commit
schannel: use Curl_ prefix for global private symbols
authorDaniel Stenberg <daniel@haxx.se>
Wed, 31 Oct 2018 12:36:30 +0000 (13:36 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 1 Nov 2018 08:39:45 +0000 (09:39 +0100)
commit832661b3a77cef6ba069f6414489c3e94d5d489c
treed6f24785ec7575fd2003a13b7ee1159d3afa384c
parentfc2c9a9614c04921d6ec8e024d68bb664b859dd9
schannel: use Curl_ prefix for global private symbols

Curl_verify_certificate() must use the Curl_ prefix since it is globally
available in the lib and otherwise steps outside of our namespace!

Closes #3201
lib/vtls/schannel.c
lib/vtls/schannel.h
lib/vtls/schannel_verify.c