From 4b035bfde9bf44629a3c7d6bc65ebddbfae85d52 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 28 May 2020 23:23:54 +0800 Subject: Fix typo DROPBEAR_NORMAL_DH --- dh_groups.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dh_groups.c') diff --git a/dh_groups.c b/dh_groups.c index 164cb48..920f3f6 100644 --- a/dh_groups.c +++ b/dh_groups.c @@ -1,7 +1,7 @@ #include "options.h" #include "dh_groups.h" -#if DROPBEAR_DH_NORMAL +#if DROPBEAR_NORMAL_DH #if DROPBEAR_DH_GROUP1 /* diffie-hellman-group1-sha1 value for p */ @@ -94,4 +94,4 @@ const unsigned char dh_p_16[DH_P_16_LEN] = { /* Same for all groups */ const int DH_G_VAL = 2; -#endif +#endif /* DROPBEAR_NORMAL_DH */ -- cgit v1.2.1