From: Pieter Lexis Date: Thu, 2 Nov 2017 17:28:29 +0000 (+0100) Subject: Use new HAVE_BOTAN define X-Git-Tag: auth-4.1.0-rc3~33^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77cb3d33e513340462fddd960a5d548ccc079650;p=pdns Use new HAVE_BOTAN define --- diff --git a/pdns/recursordist/test-syncres_cc.cc b/pdns/recursordist/test-syncres_cc.cc index cc8af34b6..3b7ac293c 100644 --- a/pdns/recursordist/test-syncres_cc.cc +++ b/pdns/recursordist/test-syncres_cc.cc @@ -8287,7 +8287,7 @@ BOOST_AUTO_TEST_CASE(test_getDSRecords_multialgo_two_highest) { } } -#ifdef HAVE_BOTAN110 +#ifdef HAVE_BOTAN BOOST_AUTO_TEST_CASE(test_getDSRecords_multialgo_prefer_sha384_over_gost) { std::unique_ptr sr; initSR(sr, true);