1
1

tests: Move CHACHA20 define out of HAVE_DSA ifdef

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
Andreas Schneider 2018-06-29 09:08:07 +02:00
родитель 649a7490a6
Коммит aa95eb1965

Просмотреть файл

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