summaryrefslogtreecommitdiffhomepage
path: root/auth.h
diff options
context:
space:
mode:
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 */
};