diff 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
line wrap: on
line diff
--- a/auth.h	Tue Jun 09 13:18:52 2009 +0000
+++ b/auth.h	Fri Jun 12 14:58:43 2009 +0000
@@ -130,7 +130,8 @@
 	sign_key *key;
 	int type; /* The type of key */
 	struct SignKeyList *next;
-	/* 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 */
 
 };