From 77cb3d33e513340462fddd960a5d548ccc079650 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Thu, 2 Nov 2017 18:28:29 +0100 Subject: [PATCH] Use new HAVE_BOTAN define --- pdns/recursordist/test-syncres_cc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/test-syncres_cc.cc b/pdns/recursordist/test-syncres_cc.cc index cc8af34b67..3b7ac293cc 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); -- 2.47.2