summaryrefslogtreecommitdiff
path: root/libtomcrypt/src/pk/ecc/ecc_verify_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtomcrypt/src/pk/ecc/ecc_verify_hash.c')
-rw-r--r--libtomcrypt/src/pk/ecc/ecc_verify_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtomcrypt/src/pk/ecc/ecc_verify_hash.c b/libtomcrypt/src/pk/ecc/ecc_verify_hash.c
index e352789..7aa5f52 100644
--- a/libtomcrypt/src/pk/ecc/ecc_verify_hash.c
+++ b/libtomcrypt/src/pk/ecc/ecc_verify_hash.c
@@ -9,7 +9,7 @@
#include "tomcrypt.h"
-#ifdef LTC_MECC
+#if defined(LTC_MECC) && defined(LTC_DER)
/**
@file ecc_verify_hash.c