fix small config bug between AES-GCM and AES-CCM

This commit is contained in:
John Safranek 2014-06-15 13:59:33 -07:00
parent a3687a200a
commit 33fb679334
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ void c32to24(word32 in, word24 out);
#ifdef HAVE_AESGCM
#define BUILD_TLS_DHE_PSK_WITH_AES_128_GCM_SHA256
#endif
#ifdef HAVE_AESGCM
#ifdef HAVE_AESCCM
#define BUILD_TLS_DHE_PSK_WITH_AES_128_CCM
#define BUILD_TLS_DHE_PSK_WITH_AES_256_CCM
#endif