summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-10-20 14:12:31 +0100
committerColin Watson <cjwatson@debian.org>2020-10-20 14:12:31 +0100
commite371906fbbbbc11b0dced8fd4e0d258eb489d7c1 (patch)
tree4d0d8d2afd52572deb7910e29ff5a334b2bcf702 /readconf.h
parente429009cde648a41479cd1b60ce972760a2bdabc (diff)
parent3728919292c05983372954d27426f7d966813139 (diff)
New upstream release (8.4p1)
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. */