Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT

This commit is contained in:
Manuel Pégourié-Gonnard 2014-06-06 16:42:37 +02:00
parent 854036956d
commit d1539b1e88
9 changed files with 48 additions and 48 deletions

View file

@ -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