summaryrefslogtreecommitdiff
path: root/crypto_desc.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto_desc.c')
-rw-r--r--crypto_desc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto_desc.c b/crypto_desc.c
index 403e085..ed4de30 100644
--- a/crypto_desc.c
+++ b/crypto_desc.c
@@ -2,6 +2,7 @@
#include "dbutil.h"
#include "crypto_desc.h"
#include "ltc_prng.h"
+#include "ecc.h"
#ifdef DROPBEAR_LTC_PRNG
int dropbear_ltc_prng = -1;
@@ -68,6 +69,7 @@ void crypto_init() {
#ifdef DROPBEAR_ECC
ltc_mp = ltm_desc;
+ dropbear_ecc_fill_dp();
#endif
}