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

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