]> git.ipfire.org Git - thirdparty/curl.git/commit
setopt: create set_ssl_options()
authorDaniel Stenberg <daniel@haxx.se>
Fri, 23 May 2025 13:57:08 +0000 (15:57 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 23 May 2025 15:15:00 +0000 (17:15 +0200)
commit1fef013b81692a0977dbdc4667da793eca17919e
treeceb01e4551c77845799bcf8aa1df15fcd2db6ad5
parenta0a1df5af9b3f11125d1a995c01b7c04cfec54e4
setopt: create set_ssl_options()

Used for both CURLOPT_SSL_OPTIONS and CURLOPT_PROXY_SSL_OPTIONS

Also: make the DoH code use the full original argument value instead of
each individual flag. Makes it easier to keep all of these in synk.

Closes #17429
lib/doh.c
lib/setopt.c