1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

vtls_openssl: fix minor typo in PKCS#12 load routine

This commit is contained in:
Matthew Hall 2015-03-24 17:35:36 -07:00 committed by Daniel Stenberg
parent b3175a767d
commit 27ac643455

View File

@ -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;
}