mirror of
https://github.com/curl/curl.git
synced 2026-07-24 15:57:18 +03:00
vtls_openssl: fix minor typo in PKCS#12 load routine
This commit is contained in:
parent
b3175a767d
commit
27ac643455
1 changed files with 1 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ int cert_stuff(struct connectdata *conn,
|
|||
fclose(f);
|
||||
|
||||
if(!p12) {
|
||||
failf(data, "error reading PKCS12 file '%s'", cert_file );
|
||||
failf(data, "error reading PKCS12 file '%s'", cert_file);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue