Mercurial > dropbear
comparison auth.h @ 546:568638be7203 agent-client
propagate from branch 'au.asn.ucc.matt.dropbear' (head 899a8851a5edf840b2f7925bcc26ffe99dcac54d)
to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 6bbab8364de17bd9ecb1dee5ffb796e48c0380d2)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 01 Jul 2009 04:16:32 +0000 |
parents | d588e3ea557a 9e51707cd6f2 |
children | cf376c696dfc |
comparison
equal
deleted
inserted
replaced
500:d588e3ea557a | 546:568638be7203 |
---|---|
133 | 133 |
134 sign_key *key; | 134 sign_key *key; |
135 int type; /* The type of key */ | 135 int type; /* The type of key */ |
136 struct SignKeyList *next; | 136 struct SignKeyList *next; |
137 int source; | 137 int source; |
138 /* filename? or the buffer? for encrypted keys, so we can later get | 138 char *filename; |
139 /* the buffer? for encrypted keys, so we can later get | |
139 * the private key portion */ | 140 * the private key portion */ |
140 | 141 |
141 }; | 142 }; |
142 | 143 |
143 #ifdef ENABLE_SVR_PUBKEY_OPTIONS | 144 #ifdef ENABLE_SVR_PUBKEY_OPTIONS |