diff options
author | Matt Johnston <matt@ucc.asn.au> | 2020-05-28 23:23:54 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2020-05-28 23:23:54 +0800 |
commit | 07d46f9907d6d3f5d6f1ceba1bbbe41bad732760 (patch) | |
tree | fdc8c0598225ea78a3cc70f18dbd8715b43b09b7 /dh_groups.h | |
parent | 413eaf1ba1dc99e1eb7d2375bd6a7c6d8759ff17 (diff) |
Fix typo DROPBEAR_NORMAL_DH
Diffstat (limited to 'dh_groups.h')
-rw-r--r-- | dh_groups.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_groups.h b/dh_groups.h index aa25621..c995937 100644 --- a/dh_groups.h +++ b/dh_groups.h @@ -2,7 +2,7 @@ #define DROPBEAR_DH_GROUPS_H #include "options.h" -#if DROPBEAR_DH_NORMAL +#if DROPBEAR_NORMAL_DH #if DROPBEAR_DH_GROUP1 #define DH_P_1_LEN 128 @@ -21,6 +21,6 @@ extern const unsigned char dh_p_16[DH_P_16_LEN]; extern const int DH_G_VAL; -#endif +#endif /* DROPBEAR_NORMAL_DH */ #endif |