From 3bdaebf9662a113289119832fe24dc7e270b3c5f Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 17 Nov 2015 10:02:17 +0000 Subject: [PATCH] Nicer unbound.c for nettle. git-svn-id: file:///svn/unbound/trunk@3534 be551aaa-1e26-0410-a405-d3ace91eadb9 --- daemon/unbound.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemon/unbound.c b/daemon/unbound.c index 8e07c3895..e60dcb484 100644 --- a/daemon/unbound.c +++ b/daemon/unbound.c @@ -180,6 +180,8 @@ static void usage() SSLeay_version(SSLEAY_VERSION) #elif defined(HAVE_NSS) NSS_GetVersion() +#elif defined(HAVE_NETTLE) + "nettle" #endif ); printf("linked modules:");