- Fix #594. libunbound: optionally use libnettle for crypto.

Contributed by Luca Bruno.  Added --with-nettle for use with
  --with-libunbound-only.


git-svn-id: file:///svn/unbound/trunk@3533 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2015-11-17 09:43:07 +00:00
parent 2d8d820e07
commit 2bdea62a9e
12 changed files with 701 additions and 68 deletions
+1 -1
View File
@@ -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