diff options
author | jsg@openbsd.org <jsg@openbsd.org> | 2023-12-20 01:06:25 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2024-01-08 03:25:21 +0100 |
commit | 64ddf776531ca4933832beecc8b7ebe1b937e081 (patch) | |
tree | e65746b98f9dc3ac6a210109ba7eda4a04d535e7 /PROTOCOL.agent | |
parent | upstream: sort -C, and add to usage(); ok djm (diff) | |
download | openssh-64ddf776531ca4933832beecc8b7ebe1b937e081.tar.xz openssh-64ddf776531ca4933832beecc8b7ebe1b937e081.zip |
upstream: spelling; ok markus@
OpenBSD-Commit-ID: 9d01f2e9d59a999d5d42fc3b3efcf8dfb892e31b
Diffstat (limited to 'PROTOCOL.agent')
-rw-r--r-- | PROTOCOL.agent | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PROTOCOL.agent b/PROTOCOL.agent index e4a6b74c5..7637882f1 100644 --- a/PROTOCOL.agent +++ b/PROTOCOL.agent @@ -91,7 +91,7 @@ with private keys as they are loaded from a PKCS#11 token. bool certs_only string certsblob -Where "certsblob" constists of one or more certificates encoded as public +Where "certsblob" consists of one or more certificates encoded as public key blobs: string[] certificates @@ -112,4 +112,4 @@ A SSH_AGENTC_ADD_SMARTCARD_KEY_CONSTRAINED will return SSH_AGENT_SUCCESS if any key (plain private or certificate) was successfully loaded, or SSH_AGENT_FAILURE if no key was loaded. -$OpenBSD: PROTOCOL.agent,v 1.21 2023/12/18 14:46:56 djm Exp $ +$OpenBSD: PROTOCOL.agent,v 1.22 2023/12/20 00:06:25 jsg Exp $ |