fix whitespace

This commit is contained in:
Viktor Szakats 2025-07-12 10:55:47 +02:00
parent 3ac6df7f7c
commit 8da953250b
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -1516,7 +1516,7 @@ int cert_stuff(struct Curl_easy *data,
goto fail;
}
if(!SSL_CTX_check_private_key (ctx)) {
if(!SSL_CTX_check_private_key(ctx)) {
failf(data, "private key from PKCS12 file '%s' "
"does not match certificate in same file", cert_file);
goto fail;