From 3785deadff522923299c34bcd2ba364c02abbf0c Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Sun, 24 Sep 2017 13:04:08 -0400 Subject: Further build/test fixes for restricted configurations --- src/tests/test_x509_path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/test_x509_path.cpp') diff --git a/src/tests/test_x509_path.cpp b/src/tests/test_x509_path.cpp index e805a29b3..e31d3265c 100644 --- a/src/tests/test_x509_path.cpp +++ b/src/tests/test_x509_path.cpp @@ -23,7 +23,7 @@ namespace Botan_Tests { namespace { -#if defined(BOTAN_HAS_X509_CERTIFICATES) && defined(BOTAN_TARGET_OS_HAS_FILESYSTEM) +#if defined(BOTAN_HAS_X509_CERTIFICATES) && defined(BOTAN_HAS_RSA) && defined(BOTAN_TARGET_OS_HAS_FILESYSTEM) std::map read_results(const std::string& results_file) { -- cgit v1.2.3