comparison auth.h @ 544:9e51707cd6f2

- Make -i and -W pass through multihop arguments
author Matt Johnston <matt@ucc.asn.au>
date Fri, 12 Jun 2009 14:58:43 +0000
parents df7f7da7f6e4
children 568638be7203
comparison
equal deleted inserted replaced
543:e12c9225acbd 544:9e51707cd6f2
128 struct SignKeyList { 128 struct SignKeyList {
129 129
130 sign_key *key; 130 sign_key *key;
131 int type; /* The type of key */ 131 int type; /* The type of key */
132 struct SignKeyList *next; 132 struct SignKeyList *next;
133 /* filename? or the buffer? for encrypted keys, so we can later get 133 char *filename;
134 /* the buffer? for encrypted keys, so we can later get
134 * the private key portion */ 135 * the private key portion */
135 136
136 }; 137 };
137 138
138 #ifdef ENABLE_SVR_PUBKEY_OPTIONS 139 #ifdef ENABLE_SVR_PUBKEY_OPTIONS