commit | db20c10423883f357f5cebc12a29cec4b16e95be | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jun 17 14:34:44 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jun 17 14:34:44 2014 +0200 |
tree | 5bca58e823c04d6dadb1ef56128341fabf8fe89a | |
parent | d8bb82665efd406fa76cebe419943ef175a96740 [diff] [blame] |
Add #endif comments for #endif more than 10 lines from #if / #else
diff --git a/library/x509.c b/library/x509.c index adb025c..73e1347 100644 --- a/library/x509.c +++ b/library/x509.c
@@ -592,7 +592,7 @@ *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 ) ||