From 52d16c84d21ceb670914b56275b579535b271550 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 12 May 2014 13:04:27 +0200 Subject: openssl: unbreak PKCS12 support Regression introduced in ce362e8eb9c (7.31.0) Bug: http://curl.haxx.se/bug/view.cgi?id=1371 Reported-by: Dmitry --- lib/vtls/openssl.c | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.1