Wrap sntrup761x25519 inside ifdef.

From balu.gajjala at gmail.com via bz#3306.
This commit is contained in:
Darren Tucker 2021-04-29 13:01:50 +10:00
parent 70a8dc138a
commit ae5f9b0d5c
1 changed files with 2 additions and 0 deletions

View File

@ -202,6 +202,8 @@ kex_tests(void)
do_kex("diffie-hellman-group-exchange-sha1");
do_kex("diffie-hellman-group14-sha1");
do_kex("diffie-hellman-group1-sha1");
# ifdef USE_SNTRUP761X25519
do_kex("sntrup761x25519-sha512@openssh.com");
# endif /* USE_SNTRUP761X25519 */
#endif /* WITH_OPENSSL */
}