diff libtomcrypt/src/pk/ecc/ecc_sign_hash.c @ 1476:8305ebe45940

Put Dropbear config in a separate file Patch out MECC DER
author Matt Johnston <matt@ucc.asn.au>
date Fri, 09 Feb 2018 23:35:07 +0800
parents 6dba84798cd5
children 1ff2a1034c52
line wrap: on
line diff
--- a/libtomcrypt/src/pk/ecc/ecc_sign_hash.c	Fri Feb 09 23:34:48 2018 +0800
+++ b/libtomcrypt/src/pk/ecc/ecc_sign_hash.c	Fri Feb 09 23:35:07 2018 +0800
@@ -9,7 +9,7 @@
 
 #include "tomcrypt.h"
 
-#ifdef LTC_MECC
+#if defined(LTC_MECC) && defined(LTC_DER)
 
 /**
   @file ecc_sign_hash.c