summaryrefslogtreecommitdiffhomepage
path: root/runopts.h
diff options
context:
space:
mode:
Diffstat (limited to 'runopts.h')
-rw-r--r--runopts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runopts.h b/runopts.h
index a160a29..4bd3287 100644
--- a/runopts.h
+++ b/runopts.h
@@ -91,7 +91,7 @@ typedef struct cli_runopts {
char *cmd;
int wantpty;
-#ifdef DROPBEAR_PUBKEY_AUTH
+#ifdef ENABLE_CLI_PUBKEY_AUTH
struct PubkeyList *pubkeys; /* Keys to use for public-key auth */
#endif
#ifdef ENABLE_CLI_REMOTETCPFWD