summaryrefslogtreecommitdiffstats
path: root/contrib/unbound/validator/val_sigcrypt.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2016-01-16 19:06:12 +0000
committerdes <des@FreeBSD.org>2016-01-16 19:06:12 +0000
commitdc5c74f3f12a6f57440056448e551a0f1c335299 (patch)
tree2a7e37ea0ed7669b7017829c084a497ede84c5d0 /contrib/unbound/validator/val_sigcrypt.c
parent28f497d302178844843a97044b9d18027c124fc7 (diff)
downloadFreeBSD-src-dc5c74f3f12a6f57440056448e551a0f1c335299.zip
FreeBSD-src-dc5c74f3f12a6f57440056448e551a0f1c335299.tar.gz
MFH (r292206): upgrade to Unbound 1.5.7
MFH (r292135): run configure script with correct compiler
Diffstat (limited to 'contrib/unbound/validator/val_sigcrypt.c')
-rw-r--r--contrib/unbound/validator/val_sigcrypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/unbound/validator/val_sigcrypt.c b/contrib/unbound/validator/val_sigcrypt.c
index a2f1265..1dd07b4 100644
--- a/contrib/unbound/validator/val_sigcrypt.c
+++ b/contrib/unbound/validator/val_sigcrypt.c
@@ -57,7 +57,7 @@
#include "sldns/wire2str.h"
#include <ctype.h>
-#if !defined(HAVE_SSL) && !defined(HAVE_NSS)
+#if !defined(HAVE_SSL) && !defined(HAVE_NSS) && !defined(HAVE_NETTLE)
#error "Need crypto library to do digital signature cryptography"
#endif
OpenPOWER on IntegriCloud