summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/PROTOCOL.agent
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2008-06-30 08:05:59 +0000
committerdjm <djm@openbsd.org>2008-06-30 08:05:59 +0000
commit8cc65f2bc8032c330f17bd1ef9cac778c06a1ec7 (patch)
tree317ffa62ef7b2023e39f429a354acbb1124042f0 /usr.bin/ssh/PROTOCOL.agent
parentdocument that mquery(2) is non-standard; hint and ok deraadt@ (diff)
downloadwireguard-openbsd-8cc65f2bc8032c330f17bd1ef9cac778c06a1ec7.tar.xz
wireguard-openbsd-8cc65f2bc8032c330f17bd1ef9cac778c06a1ec7.zip
typo: s/constraint_date/constraint_data/
Diffstat (limited to 'usr.bin/ssh/PROTOCOL.agent')
-rw-r--r--usr.bin/ssh/PROTOCOL.agent8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/PROTOCOL.agent b/usr.bin/ssh/PROTOCOL.agent
index 90dfcae5673..627e12ab656 100644
--- a/usr.bin/ssh/PROTOCOL.agent
+++ b/usr.bin/ssh/PROTOCOL.agent
@@ -117,12 +117,12 @@ of the *_CONSTRAINED requests. Multiple constraints are appended
consecutively to the end of the request:
byte constraint1_type
- .... constraint1_date
+ .... constraint1_data
byte constraint2_type
- .... constraint2_date
+ .... constraint2_data
....
byte constraintN_type
- .... constraintN_date
+ .... constraintN_data
Such a sequence of zero or more constraints will be referred to below
as "constraint[]". Agents may determine whether there are constraints
@@ -513,4 +513,4 @@ Locking and unlocking affects both protocol 1 and protocol 2 keys.
SSH_AGENT_CONSTRAIN_LIFETIME 1
SSH_AGENT_CONSTRAIN_CONFIRM 2
-$OpenBSD: PROTOCOL.agent,v 1.2 2008/06/29 08:30:29 djm Exp $
+$OpenBSD: PROTOCOL.agent,v 1.3 2008/06/30 08:05:59 djm Exp $