From: Daniel Stenberg Date: Fri, 17 Oct 2025 15:55:15 +0000 (+0200) Subject: curl.h: remove incorrect comment about CURLOPT_PINNEDPUBLICKEY X-Git-Tag: rc-8_17_0-2~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6c39cd2cb3a182f93f94cbff180dc29bfee461c;p=thirdparty%2Fcurl.git curl.h: remove incorrect comment about CURLOPT_PINNEDPUBLICKEY Bug: https://curl.se/mail/lib-2025-10/0018.html Reported-by: curl.stunt430 Closes #19105 --- diff --git a/include/curl/curl.h b/include/curl/curl.h index 49552558dd..917b101420 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -1953,8 +1953,7 @@ typedef enum { /* Pass in a bitmask of "header options" */ CURLOPT(CURLOPT_HEADEROPT, CURLOPTTYPE_VALUES, 229), - /* The public key in DER form used to validate the peer public key - this option is used only if SSL_VERIFYPEER is true */ + /* The public key used to validate the peer public key */ CURLOPT(CURLOPT_PINNEDPUBLICKEY, CURLOPTTYPE_STRINGPOINT, 230), /* Path to Unix domain socket */