mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +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
|
|
@ -167,8 +167,8 @@ typedef uint32_t t_udbl;
|
|||
#define POLARSSL_HAVE_UDBL
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#endif /* !POLARSSL_HAVE_INT32 && __GNUC__ && 64-bit platform */
|
||||
#endif /* !POLARSSL_HAVE_INT32 && _MSC_VER && _M_AMD64 */
|
||||
#endif /* POLARSSL_HAVE_INT16 */
|
||||
#endif /* POLARSSL_HAVE_INT8 */
|
||||
|
||||
|
|
|
|||
|
|
@ -208,7 +208,7 @@ ecp_keypair;
|
|||
* 192 640 640 633 587 476
|
||||
*/
|
||||
#define POLARSSL_ECP_WINDOW_SIZE 6 /**< Maximum window size used */
|
||||
#endif
|
||||
#endif /* POLARSSL_ECP_WINDOW_SIZE */
|
||||
|
||||
#if !defined(POLARSSL_ECP_FIXED_POINT_OPTIM)
|
||||
/*
|
||||
|
|
@ -223,7 +223,7 @@ ecp_keypair;
|
|||
* Change this value to 0 to reduce peak memory usage.
|
||||
*/
|
||||
#define POLARSSL_ECP_FIXED_POINT_OPTIM 1 /**< Enable fixed-point speed-up */
|
||||
#endif
|
||||
#endif /* POLARSSL_ECP_FIXED_POINT_OPTIM */
|
||||
|
||||
/* \} name SECTION: Module settings */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue