1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-31 00:03:07 +03:00

kex: Enable chacha20-poly1304 KEX with mbedtls

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-06-29 11:40:46 +02:00
parent 10728f8577
commit bed60f9b84
6 changed files with 20 additions and 17 deletions

View File

@ -138,7 +138,6 @@ endif ()
if (NOT WITH_MBEDTLS)
set(HAVE_DSA 1)
set(HAVE_CHACHA 1)
endif (NOT WITH_MBEDTLS)
# FUNCTIONS