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);
|
||||
|
||||
if(!p12) {
|
||||
failf(data, "error reading PKCS12 file '%s'", cert_file );
|
||||
failf(data, "error reading PKCS12 file '%s'", cert_file);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user