=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/PROTOCOL.agent,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/ssh/PROTOCOL.agent 2008/06/29 08:30:29 1.2 +++ src/usr.bin/ssh/PROTOCOL.agent 2008/06/30 08:05:59 1.3 @@ -117,12 +117,12 @@ 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 @@ 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 $