diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c index 7868e3e4d..b4fd38c13 100644 --- a/lib/vtls/openssl.c +++ b/lib/vtls/openssl.c @@ -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; }