projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4c81b6
)
openssl: unbreak PKCS12 support
author
Daniel Stenberg
<daniel@haxx.se>
Mon, 12 May 2014 11:04:27 +0000
(13:04 +0200)
committer
Daniel Stenberg
<daniel@haxx.se>
Mon, 12 May 2014 11:06:50 +0000
(13:06 +0200)
Regression introduced in
ce362e8eb9c
(7.31.0)
Bug: http://curl.haxx.se/bug/view.cgi?id=1371
Reported-by: Dmitry
lib/vtls/openssl.c
patch
|
blob
|
history
diff --git
a/lib/vtls/openssl.c
b/lib/vtls/openssl.c
index 5a665661f4077491810859341b8c122cb579b854..d13436d913152b309b69b528567bc57b99215468 100644
(file)
--- 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;