From: Francis Dupont Date: Sat, 8 Mar 2014 18:32:34 +0000 (+0100) Subject: fix opensslgost_link.c when OPENSSL is not defined X-Git-Tag: v9.10.0b2~38 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=83bb42c635951826825584fc9ee933496f5c8f3a;p=thirdparty%2Fbind9.git fix opensslgost_link.c when OPENSSL is not defined --- diff --git a/lib/dns/opensslgost_link.c b/lib/dns/opensslgost_link.c index b7c35dca4e8..c6a7bcdbbc8 100644 --- a/lib/dns/opensslgost_link.c +++ b/lib/dns/opensslgost_link.c @@ -18,7 +18,7 @@ #include -#ifdef HAVE_OPENSSL_GOST +#if defined(OPENSSL) && defined(HAVE_OPENSSL_GOST) #include #include