mirror of
https://github.com/curl/curl.git
synced 2026-08-26 02:43:31 +03:00
curl.h: remove incorrect comment about CURLOPT_PINNEDPUBLICKEY
Bug: https://curl.se/mail/lib-2025-10/0018.html Reported-by: curl.stunt430 Closes #19105
This commit is contained in:
parent
480ff0cf58
commit
d6c39cd2cb
1 changed files with 1 additions and 2 deletions
|
|
@ -1953,8 +1953,7 @@ typedef enum {
|
||||||
/* Pass in a bitmask of "header options" */
|
/* Pass in a bitmask of "header options" */
|
||||||
CURLOPT(CURLOPT_HEADEROPT, CURLOPTTYPE_VALUES, 229),
|
CURLOPT(CURLOPT_HEADEROPT, CURLOPTTYPE_VALUES, 229),
|
||||||
|
|
||||||
/* The public key in DER form used to validate the peer public key
|
/* The public key used to validate the peer public key */
|
||||||
this option is used only if SSL_VERIFYPEER is true */
|
|
||||||
CURLOPT(CURLOPT_PINNEDPUBLICKEY, CURLOPTTYPE_STRINGPOINT, 230),
|
CURLOPT(CURLOPT_PINNEDPUBLICKEY, CURLOPTTYPE_STRINGPOINT, 230),
|
||||||
|
|
||||||
/* Path to Unix domain socket */
|
/* Path to Unix domain socket */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue