mirror of
http://galexander.org/git/simplesshd.git
synced 2024-12-29 09:28:07 +00:00
back out partial LTC_SOURCE hack, in preparation for a more thorough one
Revert "somehow #define LTC_SOURCE 1 (which should really be in all libtomcrypt"
This reverts commit 11c4fa947d
.
This commit is contained in:
parent
b45a6bc290
commit
0ff8cc90aa
@ -139,7 +139,7 @@
|
||||
#ifdef DROPBEAR_ECC
|
||||
#define MECC
|
||||
#define LTC_ECC_SHAMIR
|
||||
#define LTC_ECC_TIMING_RESISTANT
|
||||
// #define LTC_ECC_TIMING_RESISTANT
|
||||
#define MPI
|
||||
#define LTM_DESC
|
||||
#ifdef DROPBEAR_ECC_256
|
||||
|
@ -14,7 +14,6 @@
|
||||
* All curves taken from NIST recommendation paper of July 1999
|
||||
* Available at http://csrc.nist.gov/cryptval/dss.htm
|
||||
*/
|
||||
#define LTC_SOURCE 1
|
||||
#include "tomcrypt.h"
|
||||
|
||||
/**
|
||||
|
@ -14,7 +14,6 @@
|
||||
* All curves taken from NIST recommendation paper of July 1999
|
||||
* Available at http://csrc.nist.gov/cryptval/dss.htm
|
||||
*/
|
||||
#define LTC_SOURCE 1
|
||||
#include "tomcrypt.h"
|
||||
|
||||
/**
|
||||
|
@ -14,7 +14,6 @@
|
||||
* All curves taken from NIST recommendation paper of July 1999
|
||||
* Available at http://csrc.nist.gov/cryptval/dss.htm
|
||||
*/
|
||||
#define LTC_SOURCE 1
|
||||
#include "tomcrypt.h"
|
||||
|
||||
/**
|
||||
|
@ -14,7 +14,6 @@
|
||||
* All curves taken from NIST recommendation paper of July 1999
|
||||
* Available at http://csrc.nist.gov/cryptval/dss.htm
|
||||
*/
|
||||
#define LTC_SOURCE 1
|
||||
#include "tomcrypt.h"
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user