]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
openssl: fix %-specifier in infof() call
authorvvb2060 <vvb2060@gmail.com>
Tue, 28 May 2024 17:11:44 +0000 (01:11 +0800)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 28 May 2024 21:14:24 +0000 (23:14 +0200)
Closes #13816

lib/vtls/openssl.c

index fc0c1c35f5cb494cb4380249d5feae73cc9cb00f..98fa962ab0582464783cf639dad1089cf592767e 100644 (file)
@@ -3968,7 +3968,7 @@ CURLcode Curl_ossl_ctx_init(struct ossl_ctx *octx,
 # endif
           else {
             trying_ech_now = 1;
-            infof(data, "ECH: imported ECHConfigList of length %ld", elen);
+            infof(data, "ECH: imported ECHConfigList of length %zu", elen);
           }
         }
         else {