From: Wouter Wijngaards Date: Tue, 17 Nov 2015 10:02:17 +0000 (+0000) Subject: Nicer unbound.c for nettle. X-Git-Tag: release-1.5.7rc1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bdaebf9662a113289119832fe24dc7e270b3c5f;p=thirdparty%2Funbound.git Nicer unbound.c for nettle. git-svn-id: file:///svn/unbound/trunk@3534 be551aaa-1e26-0410-a405-d3ace91eadb9 --- 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:");