[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160602133829.GO7717@vapier.lan>
Date: Thu, 2 Jun 2016 09:38:29 -0400
From: Mike Frysinger <vapier@...too.org>
To: YOSHIFUJI Hideaki <hideaki.yoshifuji@...aclelinux.com>
Cc: YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org>, netdev@...r.kernel.org
Subject: Re: [PATCH iputils v2] ping6: allow disabling of openssl/libgcrypt
support
On 02 Jun 2016 17:49, YOSHIFUJI Hideaki wrote:
> Mike Frysinger wrote:
> > @@ -891,6 +899,7 @@ int main(int argc, char *argv[])
> > }
> > #endif
> >
> > +#ifdef USE_CRYPTO
> > if (niquery_is_enabled()) {
> > niquery_init_nonce();
> >
>
> Make niquery_is_enabled() returns 0 without ENABLE_NIQUERY
> and reduce #ifdefs.
i did that originally, but it only reduces like one set. you have to
define other stubs like niquery_init_nonce too otherwise gcc will throw
warnings & errors.
-mike
Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)
Powered by blists - more mailing lists