Fix typo DROPBEAR_NORMAL_DH

This commit is contained in:
Matt Johnston
2020-05-28 23:23:54 +08:00
parent 413eaf1ba1
commit 07d46f9907
2 changed files with 4 additions and 4 deletions

View File

@@ -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 */