From d6441f4397d802115499e4262071442707873aec Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Fri, 12 Jun 2009 14:58:43 +0000 Subject: - Make -i and -W pass through multihop arguments --HG-- extra : convert_revision : 70c64073c9ec07b4dfb54ee60e39cec2bd8c6910 --- auth.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'auth.h') diff --git a/auth.h b/auth.h index 83a2f8e..a5f6ee1 100644 --- a/auth.h +++ b/auth.h @@ -130,7 +130,8 @@ struct SignKeyList { 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 */ }; -- cgit v1.2.3