mirror of
https://github.com/curl/curl.git
synced 2025-09-22 03:52:42 +03:00
vtls_openssl: fix minor typo in PKCS#12 load routine
This commit is contained in:
parent
b3175a767d
commit
27ac643455
|
@ -496,7 +496,7 @@ int cert_stuff(struct connectdata *conn,
|
||||||
fclose(f);
|
fclose(f);
|
||||||
|
|
||||||
if(!p12) {
|
if(!p12) {
|
||||||
failf(data, "error reading PKCS12 file '%s'", cert_file );
|
failf(data, "error reading PKCS12 file '%s'", cert_file);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user