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
1 changed files with 1 additions and 1 deletions

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