Wrap sntrup761x25519 inside ifdef.
From balu.gajjala at gmail.com via bz#3306.
This commit is contained in:
parent
70a8dc138a
commit
ae5f9b0d5c
|
@ -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 */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue