Put Dropbear config in a separate file

Patch out MECC DER
This commit is contained in:
Matt Johnston
2018-02-09 23:35:07 +08:00
parent d8bb6a7816
commit a36f182b36
4 changed files with 229 additions and 48 deletions

View File

@@ -9,7 +9,7 @@
#include "tomcrypt.h"
#ifdef LTC_MECC
#if defined(LTC_MECC) && defined(LTC_DER)
/**
@file ecc_sign_hash.c

View File

@@ -9,7 +9,7 @@
#include "tomcrypt.h"
#ifdef LTC_MECC
#if defined(LTC_MECC) && defined(LTC_DER)
/**
@file ecc_verify_hash.c