1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Add #endif comments for #endif more than 10 lines from #if / #else

This commit is contained in:
Paul Bakker
2014-06-17 14:34:44 +02:00
parent d8bb82665e
commit db20c10423
6 changed files with 10 additions and 10 deletions

View File

@ -592,7 +592,7 @@ int x509_get_sig_alg( const x509_buf *sig_oid, const x509_buf *sig_params,
*sig_opts = (void *) pss_opts;
}
else
#endif
#endif /* POLARSSL_X509_RSASSA_PSS_SUPPORT */
{
/* Make sure parameters are absent or NULL */
if( ( sig_params->tag != ASN1_NULL && sig_params->tag != 0 ) ||