diff options
Diffstat (limited to 'src/tests/nist_x509.cpp')
-rw-r--r-- | src/tests/nist_x509.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tests/nist_x509.cpp b/src/tests/nist_x509.cpp index d6446639a..4e03ecf10 100644 --- a/src/tests/nist_x509.cpp +++ b/src/tests/nist_x509.cpp @@ -14,6 +14,7 @@ extensions which are not supported. #include "tests.h" #if defined(BOTAN_HAS_X509_CERTIFICATES) + #include <botan/x509path.h> #include <botan/init.h> @@ -302,4 +303,8 @@ void populate_expected_results() //expected_results[76] = ; } +#else + +size_t test_nist_x509() { return 0; } + #endif |