Skip to content

Commit 1a2c1e6

Browse files
rockdrillamkj
authored andcommitted
fix missing depends for sntrup761x25519-sha512
fixes 440b7b5 "Add sntrup761x25519-sha512 post-quantum key exchange" Signed-off-by: Konstantin Demin <[email protected]>
1 parent 1d4c4a5 commit 1a2c1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sysoptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
/* LTC SHA384 depends on SHA512 */
208208
#define DROPBEAR_SHA512 ((DROPBEAR_SHA2_512_HMAC) || (DROPBEAR_ECC_521) \
209209
|| (DROPBEAR_SHA384) || (DROPBEAR_DH_GROUP16) \
210-
|| (DROPBEAR_ED25519))
210+
|| (DROPBEAR_ED25519) || (DROPBEAR_SNTRUP761))
211211

212212
#define DROPBEAR_DH_GROUP14 ((DROPBEAR_DH_GROUP14_SHA256) || (DROPBEAR_DH_GROUP14_SHA1))
213213

0 commit comments

Comments
 (0)