]> granicus.if.org Git - curl/commit
CURLOPT_SSL_VERIFYHOST: treat the value 1 as 2
authorDaniel Stenberg <daniel@haxx.se>
Tue, 20 Aug 2019 07:13:55 +0000 (09:13 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 20 Aug 2019 12:57:59 +0000 (14:57 +0200)
commit6a90c9e0c49dc8179f6ff60bdfe1bd59aa55ef7b
tree1ff0933d74b777497c7f37617e92497032cfa6b0
parent862393243d16870347e56195e93dc47274e32601
CURLOPT_SSL_VERIFYHOST: treat the value 1 as 2

For a long time (since 7.28.1) we've returned error when setting the
value to 1 to make applications notice that we stopped supported the old
behavior for 1. Starting now, we treat 1 and 2 exactly the same.

Closes #4241
docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYHOST.3
docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.3
lib/setopt.c