From bed60f9b846a850a756db66ece552cb7cc3e1f0d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 29 Jun 2018 11:40:46 +0200 Subject: kex: Enable chacha20-poly1304 KEX with mbedtls Signed-off-by: Andreas Schneider --- config.h.cmake | 3 --- 1 file changed, 3 deletions(-) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index 044e6032..61d20acb 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -89,9 +89,6 @@ /* Define to 1 if you have DSA */ #cmakedefine HAVE_DSA 1 -/* Define to 1 if you have chacha20-poly1305 */ -#cmakedefine HAVE_CHACHA 1 - /*************************** FUNCTIONS ***************************/ /* Define to 1 if you have the `EVP_aes128_ctr' function. */ -- cgit v1.2.3