diff options
author | des <des@FreeBSD.org> | 2015-12-14 13:01:51 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2015-12-14 13:01:51 +0000 |
commit | f2bca8d61d19f407268d65dda80ea4219d5054ff (patch) | |
tree | 4de43274211aa2eb0ca2e1eece1f74fd00107989 /contrib/unbound/validator/val_sigcrypt.c | |
parent | 9009bdb7488ec6161bf83b0db210812272037029 (diff) | |
parent | d7ed4d0c7ef5726192bcecfcd622714a17bd37d1 (diff) | |
download | FreeBSD-src-f2bca8d61d19f407268d65dda80ea4219d5054ff.zip FreeBSD-src-f2bca8d61d19f407268d65dda80ea4219d5054ff.tar.gz |
Upgrade to Unbound 1.5.7.
Diffstat (limited to 'contrib/unbound/validator/val_sigcrypt.c')
-rw-r--r-- | contrib/unbound/validator/val_sigcrypt.c | 2 |
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 |