mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT
This commit is contained in:
parent
854036956d
commit
d1539b1e88
9 changed files with 48 additions and 48 deletions
|
|
@ -420,7 +420,7 @@ void x509_csr_free( x509_csr *csr )
|
|||
|
||||
pk_free( &csr->pk );
|
||||
|
||||
#if defined(POLARSSL_RSASSA_PSS_CERTIFICATES)
|
||||
#if defined(POLARSSL_X509_RSASSA_PSS_SUPPORT)
|
||||
polarssl_free( csr->sig_opts );
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue