summaryrefslogtreecommitdiff
path: root/runopts.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2005-07-08 11:32:09 +0000
committerMatt Johnston <matt@ucc.asn.au>2005-07-08 11:32:09 +0000
commit9f83cc89eaed1d5706535b33497d1cc6a9eb2fe6 (patch)
tree46607153b6fe9c821409d1ef896852170be2772d /runopts.h
parente34e3be1ccb7cd4620c1f08a4c8aa6636d475108 (diff)
downloaddropbear-9f83cc89eaed1d5706535b33497d1cc6a9eb2fe6.tar.gz
rename PubkeyList to SignKeyList for clarity
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 9597ac0..3d589e7 100644
--- a/runopts.h
+++ b/runopts.h
@@ -95,7 +95,7 @@ typedef struct cli_runopts {
char *cmd;
int wantpty;
#ifdef ENABLE_CLI_PUBKEY_AUTH
- struct PubkeyList *pubkeys; /* Keys to use for public-key auth */
+ struct SignKeyList *privkeys; /* Keys to use for public-key auth */
#endif
#ifdef ENABLE_CLI_REMOTETCPFWD
struct TCPFwdList * remotefwds;