openssl: fix %-specifier in infof() call

Closes #13816
This commit is contained in:
vvb2060 2024-05-29 01:11:44 +08:00 committed by Daniel Stenberg
parent 6946b3a799
commit f284289720
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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 {