From 4a9caeb7eaf1e0e9c865d9d8fced7194c45ffd0c Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Mon, 6 Jul 2015 10:51:33 +0200 Subject: ECC pointmul test requires ECDSA --- src/tests/test_ecc_pointmul.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/tests/test_ecc_pointmul.cpp') diff --git a/src/tests/test_ecc_pointmul.cpp b/src/tests/test_ecc_pointmul.cpp index 220a3eecf..585bd7da7 100644 --- a/src/tests/test_ecc_pointmul.cpp +++ b/src/tests/test_ecc_pointmul.cpp @@ -8,6 +8,8 @@ #if defined(BOTAN_HAS_ECC_GROUP) +#if defined(BOTAN_HAS_ECDSA) + #include "test_pubkey.h" #include @@ -70,6 +72,12 @@ size_t test_ecc_pointmul() #else +UNTESTED_WARNING(ecc_pointmul); + +#endif // BOTAN_HAS_ECDSA + +#else + SKIP_TEST(ecc_pointmul); #endif // BOTAN_HAS_ECC_GROUP -- cgit v1.2.3