[openssh-commits] [openssh] 02/02: Wrap sntrup761x25519 inside ifdef.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Apr 29 13:05:38 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit ae5f9b0d5c8126214244ee6b35aae29c21028133
Author: Darren Tucker <dtucker at dtucker.net>
Date: Thu Apr 29 13:01:50 2021 +1000
Wrap sntrup761x25519 inside ifdef.
From balu.gajjala at gmail.com via bz#3306.
---
regress/unittests/kex/test_kex.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/regress/unittests/kex/test_kex.c b/regress/unittests/kex/test_kex.c
index 06bd001a..3bd71a9f 100644
--- a/regress/unittests/kex/test_kex.c
+++ b/regress/unittests/kex/test_kex.c
@@ -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 at openssh.com");
+# endif /* USE_SNTRUP761X25519 */
#endif /* WITH_OPENSSL */
}
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list