mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-03 10:20:36 +00:00
Properly comment two defines in config.h
This commit is contained in:
parent
3ad3aa3bc0
commit
03b6a46353
@ -263,8 +263,8 @@
|
|||||||
* TLS_PSK_WITH_NULL_SHA
|
* TLS_PSK_WITH_NULL_SHA
|
||||||
*
|
*
|
||||||
* Uncomment this macro to enable the NULL cipher and ciphersuites
|
* Uncomment this macro to enable the NULL cipher and ciphersuites
|
||||||
#define POLARSSL_CIPHER_NULL_CIPHER
|
|
||||||
*/
|
*/
|
||||||
|
//#define POLARSSL_CIPHER_NULL_CIPHER
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def POLARSSL_CIPHER_PADDING_XXX
|
* \def POLARSSL_CIPHER_PADDING_XXX
|
||||||
@ -293,8 +293,8 @@
|
|||||||
* TLS_DHE_RSA_WITH_DES_CBC_SHA
|
* TLS_DHE_RSA_WITH_DES_CBC_SHA
|
||||||
*
|
*
|
||||||
* Uncomment this macro to enable weak ciphersuites
|
* Uncomment this macro to enable weak ciphersuites
|
||||||
#define POLARSSL_ENABLE_WEAK_CIPHERSUITES
|
|
||||||
*/
|
*/
|
||||||
|
//#define POLARSSL_ENABLE_WEAK_CIPHERSUITES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def POLARSSL_ECP_XXXX_ENABLED
|
* \def POLARSSL_ECP_XXXX_ENABLED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user