From 467411e19534438c9cf7a4c01395ec3494d9d2d0 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 24 Feb 2014 17:37:50 +0000 Subject: added configure switch for default libgcrypt fixed unused variable warning --- src/options.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/options.c') diff --git a/src/options.c b/src/options.c index 240a286..4b5df26 100644 --- a/src/options.c +++ b/src/options.c @@ -224,7 +224,9 @@ int options_parse(options_t* opt, int argc, char* argv[]) argc--; +#ifndef NO_CRYPT char* role = NULL; +#endif int i, ipv4_only = 0, ipv6_only = 0; for(i=1; argc > 0; ++i) { -- cgit v1.2.3