diff --git a/tests/torture.c b/tests/torture.c index 188e1427..a501f838 100644 --- a/tests/torture.c +++ b/tests/torture.c @@ -632,6 +632,9 @@ static void torture_setup_create_sshd_config(void **state, bool pam) "\n" /* add all supported algorithms */ "HostKeyAlgorithms " OPENSSH_KEYS "\n" +#if OPENSSH_VERSION_MAJOR == 8 && OPENSSH_VERSION_MINOR >= 2 + "CASignatureAlgorithms " OPENSSH_KEYS "\n" +#endif "Ciphers " OPENSSH_CIPHERS "\n" "KexAlgorithms " OPENSSH_KEX "\n" "MACs " OPENSSH_MACS "\n"