mirror of
https://github.com/curl/curl.git
synced 2026-07-16 07:27:15 +03:00
openssl: use RSA_flags() again with BoringSSL
Supported since 2017-12-18:a0c87adbf0Follow-up tocd276c3cca#2117 Closes #18369
This commit is contained in:
parent
78f53e0460
commit
b54039de2c
1 changed files with 1 additions and 2 deletions
|
|
@ -1798,8 +1798,7 @@ static CURLcode client_cert(struct Curl_easy *data,
|
|||
EVP_PKEY_free(pktmp);
|
||||
}
|
||||
|
||||
#if !defined(OPENSSL_NO_RSA) && !defined(OPENSSL_IS_BORINGSSL) && \
|
||||
!defined(OPENSSL_NO_DEPRECATED_3_0)
|
||||
#if !defined(OPENSSL_NO_RSA) && !defined(OPENSSL_NO_DEPRECATED_3_0)
|
||||
{
|
||||
/* If RSA is used, do not check the private key if its flags indicate
|
||||
* it does not support it. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue