diff options
Diffstat (limited to 'src/tests/nist_x509.cpp')
-rw-r--r-- | src/tests/nist_x509.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/nist_x509.cpp b/src/tests/nist_x509.cpp index f385ddddb..d6446639a 100644 --- a/src/tests/nist_x509.cpp +++ b/src/tests/nist_x509.cpp @@ -13,6 +13,7 @@ extensions which are not supported. #include "tests.h" +#if defined(BOTAN_HAS_X509_CERTIFICATES) #include <botan/x509path.h> #include <botan/init.h> @@ -300,3 +301,5 @@ void populate_expected_results() //expected_results[75] = ; //expected_results[76] = ; } + +#endif |