From aa95eb1965b223e1630f6d184255dee48ee3215c Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 29 Jun 2018 09:08:07 +0200 Subject: tests: Move CHACHA20 define out of HAVE_DSA ifdef Signed-off-by: Andreas Schneider --- tests/pkd/pkd_hello.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/pkd/pkd_hello.c b/tests/pkd/pkd_hello.c index dff40d7f..a3dfb557 100644 --- a/tests/pkd/pkd_hello.c +++ b/tests/pkd/pkd_hello.c @@ -310,8 +310,9 @@ static int torture_pkd_setup_ecdsa_521(void **state) { f(client, ecdsa_521_aes256_ctr, ciphercmd("aes256-ctr"), setup_ecdsa_521, teardown) #endif -#ifdef HAVE_DSA #define CHACHA20 "chacha20-poly1305@openssh.com" + +#ifdef HAVE_DSA #define PKDTESTS_CIPHER_OPENSSHONLY(f, client, ciphercmd) \ /* Ciphers. */ \ f(client, rsa_aes192_cbc, ciphercmd("aes192-cbc"), setup_rsa, teardown) \ -- cgit v1.2.3