summaryrefslogtreecommitdiffhomepage
path: root/dbutil.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-08-12 14:56:22 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-08-12 14:56:22 +0000
commitd7575f95f093f774145a3725a7c5a3e253962e7c (patch)
tree0a38af8d83a513c0f4611b03b5b021d42a1ab00c /dbutil.c
parent96a0f77bb4d861d58e1bf36f480d14e8b20afb27 (diff)
cleaning up the pubkey defines
--HG-- extra : convert_revision : 149ce7a9a9cc5fe670994d6789b40be49895c595
Diffstat (limited to 'dbutil.c')
-rw-r--r--dbutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbutil.c b/dbutil.c
index b5cd2b0..5436cbb 100644
--- a/dbutil.c
+++ b/dbutil.c
@@ -442,7 +442,7 @@ int buf_readfile(buffer* buf, const char* filename) {
* authkeys file.
* Will return DROPBEAR_SUCCESS if data is read, or DROPBEAR_FAILURE on EOF.*/
/* Only used for ~/.ssh/known_hosts and ~/.ssh/authorized_keys */
-#if defined(DROPBEAR_CLIENT) || defined(DROPBEAR_PUBKEY_AUTH)
+#if defined(DROPBEAR_CLIENT) || defined(ENABLE_SVR_PUBKEY_AUTH)
int buf_getline(buffer * line, FILE * authfile) {
int c = EOF;