mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Add #endif comments for #endif more than 10 lines from #if / #else
This commit is contained in:
parent
d8bb82665e
commit
db20c10423
6 changed files with 10 additions and 10 deletions
|
|
@ -2340,7 +2340,7 @@ curve_matching_done:
|
|||
}
|
||||
}
|
||||
else
|
||||
#endif
|
||||
#endif /* POLARSSL_SSL_PROTO_TLS1_2 */
|
||||
#if defined(POLARSSL_SSL_PROTO_SSL3) || defined(POLARSSL_SSL_PROTO_TLS1) || \
|
||||
defined(POLARSSL_SSL_PROTO_TLS1_1)
|
||||
if ( ciphersuite_info->key_exchange ==
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue