comparison libtomcrypt/src/pk/ecc/ecc_verify_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
comparison
equal deleted inserted replaced
1475:59e66cdaf10f 1476:8305ebe45940
7 * guarantee it works. 7 * guarantee it works.
8 */ 8 */
9 9
10 #include "tomcrypt.h" 10 #include "tomcrypt.h"
11 11
12 #ifdef LTC_MECC 12 #if defined(LTC_MECC) && defined(LTC_DER)
13 13
14 /** 14 /**
15 @file ecc_verify_hash.c 15 @file ecc_verify_hash.c
16 ECC Crypto, Tom St Denis 16 ECC Crypto, Tom St Denis
17 */ 17 */