fix error message to say localoptions.h

This commit is contained in:
Matt Johnston 2018-08-23 22:10:07 +08:00
parent a0972e0ac6
commit 90f04384ee

View File

@ -225,7 +225,7 @@ If you test it please contact the Dropbear author */
#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 */