openssl: enable PKCS12 support for !BoringSSL#1948
Conversation
Enable PKCS12 for all non-boringssl builds without relying on configure or cmake checks. Bug: https://curl.haxx.se/mail/lib-2017-10/0007.html Reported-by: Christian Schmitz
|
No feedback on this take but I merged anyway as I believe this is the right way forward. |
|
What about the case with multiple SSL backends; both Is it possible to detect that at compile time? No |
I don't think it's possible to use both of those at the same time. edit: I mean you either use openssl or boringssl. USE_OPENSSL should be defined in either case |
|
I know; I got the error for a missing |
|
I'm lost. If you are building with BoringSSL then the pkcs stuff should not be included. In other words |
Enable PKCS12 for all non-boringssl builds without relying on configure
or cmake checks.
Bug: https://curl.haxx.se/mail/lib-2017-10/0007.html
Reported-by: Christian Schmitz