diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-12-12 22:18:57 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-12-12 22:18:57 +0000 |
commit | a7af7146c91c816cb83e0c5812eca7019531acb5 (patch) | |
tree | 6e64b645522115b817ba7eabd4e4ce58f129e8c7 /testcode/testbound.c | |
parent | 835a7e7a4dd68819f7610dafdf9277d3852aef6a (diff) | |
download | src-test2-5efe9bc6d3aac2788f2748a96e6ddb7934e34f75.tar.gz src-test2-5efe9bc6d3aac2788f2748a96e6ddb7934e34f75.zip |
Diffstat (limited to 'testcode/testbound.c')
-rw-r--r-- | testcode/testbound.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testcode/testbound.c b/testcode/testbound.c index b297f477476e..d908150a017b 100644 --- a/testcode/testbound.c +++ b/testcode/testbound.c @@ -35,7 +35,7 @@ */ /** * \file - * Exits with code 1 on a failure. 0 if all unit tests are successfull. + * Exits with code 1 on a failure. 0 if all unit tests are successful. */ #include "config.h" @@ -286,7 +286,7 @@ main(int argc, char* argv[]) testbound_selftest(); exit(0); case '2': -#if (defined(HAVE_EVP_SHA256) || defined(HAVE_NSS)) && defined(USE_SHA2) +#if (defined(HAVE_EVP_SHA256) || defined(HAVE_NSS) || defined(HAVE_NETTLE)) && defined(USE_SHA2) printf("SHA256 supported\n"); exit(0); #else |