[openssh-commits] [openssh] 02/03: upstream commit

git+noreply at mindrot.org git+noreply at mindrot.org
Thu May 5 00:02:12 AEST 2016


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 910e59bba09ac309d78ce61e356da35292212935
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed May 4 12:16:39 2016 +0000

    upstream commit
    
    fix junk characters after quotes
    
    Upstream-ID: cc4d0cd32cb6b55a2ef98975d2f7ae857d0dc578
---
 PROTOCOL.agent | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/PROTOCOL.agent b/PROTOCOL.agent
index e601641..c386d16 100644
--- a/PROTOCOL.agent
+++ b/PROTOCOL.agent
@@ -209,7 +209,7 @@ ECDSA certificates may be added with:
 ED25519 keys may be added using the following request
 	byte			SSH2_AGENTC_ADD_IDENTITY or
 				SSH2_AGENTC_ADD_ID_CONSTRAINED
-	string			"ssh-ed25519" 
+	string			"ssh-ed25519"
 	mpint			ed25519_public_key
 	mpint			ed25519_private_key
 	string			key_comment
@@ -218,7 +218,7 @@ ED25519 keys may be added using the following request
 ED25519 certificates may be added with:
 	byte			SSH2_AGENTC_ADD_IDENTITY or
 				SSH2_AGENTC_ADD_ID_CONSTRAINED
-	string			"ssh-ed25519-cert-v01 at openssh.com" 
+	string			"ssh-ed25519-cert-v01 at openssh.com"
 	string			certificate
 	mpint			ed25519_public_key
 	mpint			ed25519_private_key
@@ -576,4 +576,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.9 2016/05/03 10:24:27 djm Exp $
+$OpenBSD: PROTOCOL.agent,v 1.10 2016/05/04 12:16:39 djm Exp $

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list