diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c index 5a665661f..d13436d91 100644 --- a/lib/vtls/openssl.c +++ b/lib/vtls/openssl.c @@ -538,6 +538,7 @@ int cert_stuff(struct connectdata *conn, if(!cert_done) return 0; /* failure! */ + break; #else failf(data, "file type P12 for certificate not supported"); return 0;