summaryrefslogtreecommitdiffhomepage
path: root/sysoptions.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-08-23 22:10:07 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-08-23 22:10:07 +0800
commit90f04384eeb0a80b9f5ee19823702a612ba1653d (patch)
tree7fcc459938438f582a2cd4655cf3d0f436a8d2da /sysoptions.h
parenta0972e0ac6396bcddf528f7dff5f63451afb861f (diff)
fix error message to say localoptions.h
Diffstat (limited to 'sysoptions.h')
-rw-r--r--sysoptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysoptions.h b/sysoptions.h
index 1666a1e..3f5c5e6 100644
--- a/sysoptions.h
+++ b/sysoptions.h
@@ -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 */