summaryrefslogtreecommitdiff
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
commit55024c41a4270588b9e8ad5af3a1155a23ae5c11 (patch)
treeeadbb069fbb5766d5a9469822994993a2d409d76 /sysoptions.h
parentcaeb16ca7232ece712bbd8ed69994a5ee70ec33e (diff)
downloaddropbear-55024c41a4270588b9e8ad5af3a1155a23ae5c11.tar.gz
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 */