mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT
This commit is contained in:
@ -716,7 +716,7 @@ void x509_crl_free( x509_crl *crl )
|
||||
|
||||
do
|
||||
{
|
||||
#if defined(POLARSSL_RSASSA_PSS_CERTIFICATES)
|
||||
#if defined(POLARSSL_X509_RSASSA_PSS_SUPPORT)
|
||||
polarssl_free( crl_cur->sig_opts );
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user