[openssh-commits] [openssh] 01/04: upstream: repair typo and editing mishap
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Sep 5 14:57:31 AEST 2019
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 0f44e5956c7c816f6600f2a47be4d7bb5a8d711d
Author: naddy at openbsd.org <naddy at openbsd.org>
Date: Tue Sep 3 20:51:49 2019 +0000
upstream: repair typo and editing mishap
OpenBSD-Commit-ID: d125ab720ca71ccf9baf83e08ddc8c12a328597e
---
ssh-keygen.c | 4 ++--
sshsig.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ssh-keygen.c b/ssh-keygen.c
index 527cfcf6..7d4f33e4 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-keygen.c,v 1.345 2019/09/03 08:35:27 djm Exp $ */
+/* $OpenBSD: ssh-keygen.c,v 1.346 2019/09/03 20:51:49 naddy Exp $ */
/*
* Author: Tatu Ylonen <ylo at cs.hut.fi>
* Copyright (c) 1994 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -2731,7 +2731,7 @@ usage(void)
" ssh-keygen -A\n"
" ssh-keygen -k -f krl_file [-u] [-s ca_public] [-z version_number]\n"
" file ...\n"
- " ssh-keygen -Q -f le file ...\n"
+ " ssh-keygen -Q -f krl_file file ...\n"
" ssh-keygen -Y sign -f sign_key -n namespace\n"
" ssh-keygen -Y verify -I signer_identity -s signature_file\n"
" -n namespace -f allowed_keys [-r revoked_keys]\n");
diff --git a/sshsig.c b/sshsig.c
index 3dbdc850..ab9fe43b 100644
--- a/sshsig.c
+++ b/sshsig.c
@@ -134,7 +134,7 @@ sshsig_dearmor(struct sshbuf *sig, struct sshbuf **out)
}
if ((r = sshbuf_b64tod(buf, b64)) != 0) {
- error("Coundn't decode signature: %s", ssh_err(r));
+ error("Couldn't decode signature: %s", ssh_err(r));
goto done;
}
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list