diff dh_groups.c @ 1703:ee6ccc2ecc47

Fix typo DROPBEAR_NORMAL_DH
author Matt Johnston <matt@ucc.asn.au>
date Thu, 28 May 2020 23:23:54 +0800
parents 8f93f37c01de
children
line wrap: on
line diff
--- a/dh_groups.c	Thu May 28 20:01:48 2020 +0500
+++ b/dh_groups.c	Thu May 28 23:23:54 2020 +0800
@@ -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 @@
 /* Same for all groups */
 const int DH_G_VAL = 2;
 
-#endif
+#endif /* DROPBEAR_NORMAL_DH */