# HG changeset patch # User Matt Johnston # Date 1535033407 -28800 # Node ID cd23631dab5c653c66fe697e24f026aefbfcecb3 # Parent 03df3b9f6048ea1d6b7e04b9e0e99faa65e993cd fix error message to say localoptions.h diff -r 03df3b9f6048 -r cd23631dab5c sysoptions.h --- 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 */