]> granicus.if.org Git - pdns/commitdiff
Use new HAVE_BOTAN define
authorPieter Lexis <pieter.lexis@powerdns.com>
Thu, 2 Nov 2017 17:28:29 +0000 (18:28 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Thu, 2 Nov 2017 17:28:29 +0000 (18:28 +0100)
pdns/recursordist/test-syncres_cc.cc

index cc8af34b67bafe15b6228a114214169648b3768d..3b7ac293cc12429f688d6322b5ae253da532402b 100644 (file)
@@ -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<SyncRes> sr;
   initSR(sr, true);