diff sysoptions.h @ 1545:0b991dec7ab9 coverity

merge coverity
author Matt Johnston <matt@ucc.asn.au>
date Mon, 26 Feb 2018 22:43:12 +0800
parents 6a83b1944432
children 1c66ca4f3791
line wrap: on
line diff
--- a/sysoptions.h	Mon Feb 19 23:14:49 2018 +0800
+++ b/sysoptions.h	Mon Feb 26 22:43:12 2018 +0800
@@ -81,6 +81,8 @@
  
 #define DROPBEAR_PASSWORD_ENV "DROPBEAR_PASSWORD"
 
+#define DROPBEAR_NGROUP_MAX 1024
+
 /* Required for pubkey auth */
 #define DROPBEAR_SIGNKEY_VERIFY ((DROPBEAR_SVR_PUBKEY_AUTH) || (DROPBEAR_CLIENT))