mirror of
https://github.com/curl/curl.git
synced 2026-06-06 14:44:16 +03:00
fix whitespace
This commit is contained in:
parent
3ac6df7f7c
commit
8da953250b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue