1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-05-20 17:53:40 +03:00

tests: Move CHACHA20 define out of HAVE_DSA ifdef

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider 2018-06-29 09:08:07 +02:00
parent 649a7490a6
commit aa95eb1965

View File

@ -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) \