mirror of
https://github.com/curl/curl.git
synced 2026-06-24 18:05:42 +03:00
openssl: unbreak PKCS12 support
Regression introduced in ce362e8eb9 (7.31.0)
Bug: http://curl.haxx.se/bug/view.cgi?id=1371
Reported-by: Dmitry
This commit is contained in:
parent
b4c81b6cee
commit
52d16c84d2
1 changed files with 1 additions and 0 deletions
|
|
@ -538,6 +538,7 @@ int cert_stuff(struct connectdata *conn,
|
||||||
|
|
||||||
if(!cert_done)
|
if(!cert_done)
|
||||||
return 0; /* failure! */
|
return 0; /* failure! */
|
||||||
|
break;
|
||||||
#else
|
#else
|
||||||
failf(data, "file type P12 for certificate not supported");
|
failf(data, "file type P12 for certificate not supported");
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue