From: Daniel Stenberg Date: Mon, 12 May 2014 11:04:27 +0000 (+0200) Subject: openssl: unbreak PKCS12 support X-Git-Tag: curl-7_37_0~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=52d16c84d21ceb670914b56275b579535b271550;p=thirdparty%2Fcurl.git openssl: unbreak PKCS12 support Regression introduced in ce362e8eb9c (7.31.0) Bug: http://curl.haxx.se/bug/view.cgi?id=1371 Reported-by: Dmitry --- diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c index 5a665661f4..d13436d913 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;