diff options
author | Darren Tucker <dtucker@zip.com.au> | 2008-07-02 22:31:31 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2008-07-02 22:31:31 +1000 |
commit | 00f00f0451087cf8593f11758e0973fa7d9349bc (patch) | |
tree | 6b6c5c99aae8624549f36eb52169995e6c3f2718 /PROTOCOL.agent | |
parent | a766cea689dede98f2e2988119e27b5321144e84 (diff) |
- djm@cvs.openbsd.org 2008/06/30 08:05:59
[PROTOCOL.agent]
typo: s/constraint_date/constraint_data/
Diffstat (limited to 'PROTOCOL.agent')
-rw-r--r-- | PROTOCOL.agent | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PROTOCOL.agent b/PROTOCOL.agent index 90dfcae56..627e12ab6 100644 --- a/PROTOCOL.agent +++ b/PROTOCOL.agent | |||
@@ -117,12 +117,12 @@ of the *_CONSTRAINED requests. Multiple constraints are appended | |||
117 | consecutively to the end of the request: | 117 | consecutively to the end of the request: |
118 | 118 | ||
119 | byte constraint1_type | 119 | byte constraint1_type |
120 | .... constraint1_date | 120 | .... constraint1_data |
121 | byte constraint2_type | 121 | byte constraint2_type |
122 | .... constraint2_date | 122 | .... constraint2_data |
123 | .... | 123 | .... |
124 | byte constraintN_type | 124 | byte constraintN_type |
125 | .... constraintN_date | 125 | .... constraintN_data |
126 | 126 | ||
127 | Such a sequence of zero or more constraints will be referred to below | 127 | Such a sequence of zero or more constraints will be referred to below |
128 | as "constraint[]". Agents may determine whether there are constraints | 128 | as "constraint[]". Agents may determine whether there are constraints |
@@ -513,4 +513,4 @@ Locking and unlocking affects both protocol 1 and protocol 2 keys. | |||
513 | SSH_AGENT_CONSTRAIN_LIFETIME 1 | 513 | SSH_AGENT_CONSTRAIN_LIFETIME 1 |
514 | SSH_AGENT_CONSTRAIN_CONFIRM 2 | 514 | SSH_AGENT_CONSTRAIN_CONFIRM 2 |
515 | 515 | ||
516 | $OpenBSD: PROTOCOL.agent,v 1.2 2008/06/29 08:30:29 djm Exp $ | 516 | $OpenBSD: PROTOCOL.agent,v 1.3 2008/06/30 08:05:59 djm Exp $ |