summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/readconf.h b/readconf.h
index c405b837f..3803eeddf 100644
--- a/readconf.h
+++ b/readconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: readconf.h,v 1.133 2020/04/03 02:27:12 dtucker Exp $ */ 1/* $OpenBSD: readconf.h,v 1.134 2020/08/11 09:49:57 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -103,6 +103,7 @@ typedef struct {
103 struct sshkey *certificates[SSH_MAX_CERTIFICATE_FILES]; 103 struct sshkey *certificates[SSH_MAX_CERTIFICATE_FILES];
104 104
105 int add_keys_to_agent; 105 int add_keys_to_agent;
106 int add_keys_to_agent_lifespan;
106 char *identity_agent; /* Optional path to ssh-agent socket */ 107 char *identity_agent; /* Optional path to ssh-agent socket */
107 108
108 /* Local TCP/IP forward requests. */ 109 /* Local TCP/IP forward requests. */