summaryrefslogtreecommitdiffhomepage
path: root/libtomcrypt/src/pk
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-02-09 23:35:07 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-02-09 23:35:07 +0800
commita36f182b369aab5b387dd75c1983d76d4fb28d10 (patch)
treed13107fc78c2ecc25fe9c9f2cc6d352253b5bd02 /libtomcrypt/src/pk
parentd8bb6a7816cdef064e03ce68e71fcd926ced1a94 (diff)
Put Dropbear config in a separate file
Patch out MECC DER
Diffstat (limited to 'libtomcrypt/src/pk')
-rw-r--r--libtomcrypt/src/pk/ecc/ecc_sign_hash.c2
-rw-r--r--libtomcrypt/src/pk/ecc/ecc_verify_hash.c2
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