aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_ecc_pointmul.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_ecc_pointmul.cpp')
-rw-r--r--src/tests/test_ecc_pointmul.cpp8
1 files changed, 8 insertions, 0 deletions
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 <botan/pubkey.h>
@@ -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