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, 3 insertions, 1 deletions
diff --git a/dh_groups.h b/dh_groups.h
index cddaa17..c995937 100644
--- a/dh_groups.h
+++ b/dh_groups.h
@@ -2,6 +2,8 @@
#define DROPBEAR_DH_GROUPS_H
#include "options.h"
+#if DROPBEAR_NORMAL_DH
+
#if DROPBEAR_DH_GROUP1
#define DH_P_1_LEN 128
extern const unsigned char dh_p_1[DH_P_1_LEN];
@@ -17,8 +19,8 @@ extern const unsigned char dh_p_14[DH_P_14_LEN];
extern const unsigned char dh_p_16[DH_P_16_LEN];
#endif
-
extern const int DH_G_VAL;
+#endif /* DROPBEAR_NORMAL_DH */
#endif