diff sysoptions.h @ 1615:cd23631dab5c

fix error message to say localoptions.h
author Matt Johnston <matt@ucc.asn.au>
date Thu, 23 Aug 2018 22:10:07 +0800
parents 1c66ca4f3791
children 1fbe598a14fb
line wrap: on
line diff
--- a/sysoptions.h	Thu Mar 01 22:12:30 2018 +0800
+++ b/sysoptions.h	Thu Aug 23 22:10:07 2018 +0800
@@ -225,7 +225,7 @@
 #define DROPBEAR_ZLIB_MEM_LEVEL 8
 
 #if (DROPBEAR_SVR_PASSWORD_AUTH) && (DROPBEAR_SVR_PAM_AUTH)
-#error "You can't turn on PASSWORD and PAM auth both at once. Fix it in options.h"
+#error "You can't turn on PASSWORD and PAM auth both at once. Fix it in localoptions.h"
 #endif
 
 /* PAM requires ./configure --enable-pam */