summaryrefslogtreecommitdiffhomepage
path: root/dh_groups.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2020-05-28 23:23:54 +0800
committerMatt Johnston <matt@ucc.asn.au>2020-05-28 23:23:54 +0800
commit07d46f9907d6d3f5d6f1ceba1bbbe41bad732760 (patch)
treefdc8c0598225ea78a3cc70f18dbd8715b43b09b7 /dh_groups.c
parent413eaf1ba1dc99e1eb7d2375bd6a7c6d8759ff17 (diff)
Fix typo DROPBEAR_NORMAL_DH
Diffstat (limited to 'dh_groups.c')
-rw-r--r--dh_groups.c4
1 files changed, 2 insertions, 2 deletions
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 */