diff options
Diffstat (limited to 'libtomcrypt/src/pk')
-rw-r--r-- | libtomcrypt/src/pk/ecc/ecc_sign_hash.c | 2 | ||||
-rw-r--r-- | libtomcrypt/src/pk/ecc/ecc_verify_hash.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libtomcrypt/src/pk/ecc/ecc_sign_hash.c b/libtomcrypt/src/pk/ecc/ecc_sign_hash.c index bae0c00..d285dac 100644 --- a/libtomcrypt/src/pk/ecc/ecc_sign_hash.c +++ b/libtomcrypt/src/pk/ecc/ecc_sign_hash.c @@ -9,7 +9,7 @@ #include "tomcrypt.h" -#ifdef LTC_MECC +#if defined(LTC_MECC) && defined(LTC_DER) /** @file ecc_sign_hash.c 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 |