diff options
Diffstat (limited to 'sysoptions.h')
-rw-r--r-- | sysoptions.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysoptions.h b/sysoptions.h index 9b7c15a..d31b56f 100644 --- a/sysoptions.h +++ b/sysoptions.h @@ -70,10 +70,6 @@ #define DROPBEAR_SIGNKEY_VERIFY #endif -#ifdef DROPBEAR_ECDH -#define DROPBEAR_LTC_PRNG -#endif - #define SHA1_HASH_SIZE 20 #define MD5_HASH_SIZE 16 @@ -99,6 +95,10 @@ #define DROPBEAR_ECC_521 #endif +#ifdef DROPBEAR_ECC +#define DROPBEAR_LTC_PRNG +#endif + // hashes which will be linked and registered #if defined(DROPBEAR_SHA2_256_HMAC) || defined(DROPBEAR_ECC_256) #define DROPBEAR_SHA256 |