aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tests/unit_ecdsa.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/unit_ecdsa.cpp b/src/tests/unit_ecdsa.cpp
index ed9096083..a079e6b20 100644
--- a/src/tests/unit_ecdsa.cpp
+++ b/src/tests/unit_ecdsa.cpp
@@ -416,9 +416,11 @@ class ECDSA_Unit_Tests : public Test
{
std::vector<Test::Result> results;
results.push_back(test_hash_larger_than_n());
+#if defined(BOTAN_HAS_X509_CERTIFICATES)
results.push_back(test_decode_ecdsa_X509());
results.push_back(test_decode_ver_link_SHA256());
results.push_back(test_decode_ver_link_SHA1());
+#endif
results.push_back(test_sign_then_ver());
results.push_back(test_ec_sign());
results.push_back(test_create_pkcs8());