Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/sysoptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,15 @@
#define LTM_DESC
#endif

#ifndef DROPBEAR_ECC_256
#define DROPBEAR_ECC_256 (DROPBEAR_ECC)
#endif
#ifndef DROPBEAR_ECC_384
#define DROPBEAR_ECC_384 (DROPBEAR_ECC)
#endif
#ifndef DROPBEAR_ECC_521
#define DROPBEAR_ECC_521 (DROPBEAR_ECC)
#endif

/* Only include necessary ECC curves building libtomcrypt */
#define LTC_NO_CURVES
Expand Down