forked from wolfSSL/wolfssl
fix small config bug between AES-GCM and AES-CCM
This commit is contained in:
@@ -319,7 +319,7 @@ void c32to24(word32 in, word24 out);
|
|||||||
#ifdef HAVE_AESGCM
|
#ifdef HAVE_AESGCM
|
||||||
#define BUILD_TLS_DHE_PSK_WITH_AES_128_GCM_SHA256
|
#define BUILD_TLS_DHE_PSK_WITH_AES_128_GCM_SHA256
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_AESGCM
|
#ifdef HAVE_AESCCM
|
||||||
#define BUILD_TLS_DHE_PSK_WITH_AES_128_CCM
|
#define BUILD_TLS_DHE_PSK_WITH_AES_128_CCM
|
||||||
#define BUILD_TLS_DHE_PSK_WITH_AES_256_CCM
|
#define BUILD_TLS_DHE_PSK_WITH_AES_256_CCM
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user