summaryrefslogtreecommitdiffhomepage
path: root/auth.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2009-07-01 04:16:32 +0000
committerMatt Johnston <matt@ucc.asn.au>2009-07-01 04:16:32 +0000
commit709a3e75cfb242c1b7165e599a4ccc54198967ca (patch)
tree0841170dfc5ff65f02b6ef6ec3cd0d73a13a960c /auth.h
parente674c73ee62c79608dc986ca4eda4d8299f2e324 (diff)
parentcb82c6e3e0db91adc8aa65620935f4c9d57f70e9 (diff)
propagate from branch 'au.asn.ucc.matt.dropbear' (head 899a8851a5edf840b2f7925bcc26ffe99dcac54d)
to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 6bbab8364de17bd9ecb1dee5ffb796e48c0380d2) --HG-- branch : agent-client extra : convert_revision : d39a49137cc36b624768d4e79e564141dde8d355
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/auth.h b/auth.h
index d6fe120..55efeef 100644
--- a/auth.h
+++ b/auth.h
@@ -135,7 +135,8 @@ struct SignKeyList {
int type; /* The type of key */
struct SignKeyList *next;
int source;
- /* filename? or the buffer? for encrypted keys, so we can later get
+ char *filename;
+ /* the buffer? for encrypted keys, so we can later get
* the private key portion */
};