Commit 52d16c84 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

openssl: unbreak PKCS12 support

Regression introduced in ce362e8e (7.31.0)

Bug: http://curl.haxx.se/bug/view.cgi?id=1371
Reported-by: Dmitry
parent b4c81b6c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;