mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 01:25:47 +01:00
Some configs without HAVE_TIME or HAVE_IPV6
This commit is contained in:
parent
417670a030
commit
0389b54063
@ -12,8 +12,9 @@
|
|||||||
#define POLARSSL_CONFIG_H
|
#define POLARSSL_CONFIG_H
|
||||||
|
|
||||||
/* System support */
|
/* System support */
|
||||||
#define POLARSSL_HAVE_IPV6
|
//#define POLARSSL_HAVE_IPV6 /* Optional */
|
||||||
#define POLARSSL_HAVE_TIME
|
//#define POLARSSL_HAVE_TIME /* Optionnaly used in Hello messages */
|
||||||
|
/* Other POLARSSL_HAVE_XXX flags irrelevant for this configuration */
|
||||||
|
|
||||||
/* PolarSSL feature support */
|
/* PolarSSL feature support */
|
||||||
#define POLARSSL_KEY_EXCHANGE_PSK_ENABLED
|
#define POLARSSL_KEY_EXCHANGE_PSK_ENABLED
|
||||||
|
@ -12,8 +12,9 @@
|
|||||||
#define POLARSSL_CONFIG_H
|
#define POLARSSL_CONFIG_H
|
||||||
|
|
||||||
/* System support */
|
/* System support */
|
||||||
#define POLARSSL_HAVE_TIME
|
//#define POLARSSL_HAVE_IPV6 /* Optional */
|
||||||
#define POLARSSL_HAVE_IPV6
|
//#define POLARSSL_HAVE_TIME /* Optionnaly used in Hello messages */
|
||||||
|
/* Other POLARSSL_HAVE_XXX flags irrelevant for this configuration */
|
||||||
|
|
||||||
/* PolarSSL feature support */
|
/* PolarSSL feature support */
|
||||||
#define POLARSSL_KEY_EXCHANGE_PSK_ENABLED
|
#define POLARSSL_KEY_EXCHANGE_PSK_ENABLED
|
||||||
|
Loading…
Reference in New Issue
Block a user