summaryrefslogtreecommitdiff
path: root/dh_groups.h
diff options
context:
space:
mode:
Diffstat (limited to 'dh_groups.h')
-rw-r--r--dh_groups.h4
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