mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-18 06:46:55 +00:00
- djm@cvs.openbsd.org 2013/08/13 18:32:08
[ssh-keygen.c] typo in error message; from Stephan Rickauer
This commit is contained in:
parent
e0ee727b82
commit
d234afb0b3
@ -40,6 +40,9 @@
|
||||
[sftp.c]
|
||||
enable ctrl-left-arrow and ctrl-right-arrow to move forward/back a word;
|
||||
matching ksh's relatively recent change.
|
||||
- djm@cvs.openbsd.org 2013/08/13 18:32:08
|
||||
[ssh-keygen.c]
|
||||
typo in error message; from Stephan Rickauer
|
||||
|
||||
20130808
|
||||
- (dtucker) [regress/Makefile regress/test-exec.sh] Don't try to use test -nt
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: ssh-keygen.c,v 1.230 2013/07/20 01:44:37 djm Exp $ */
|
||||
/* $OpenBSD: ssh-keygen.c,v 1.231 2013/08/13 18:32:08 djm Exp $ */
|
||||
/*
|
||||
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||
* Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||
@ -1963,7 +1963,7 @@ update_krl_from_file(struct passwd *pw, const char *file, const Key *ca,
|
||||
continue;
|
||||
if (strncasecmp(cp, "serial:", 7) == 0) {
|
||||
if (ca == NULL) {
|
||||
fatal("revoking certificated by serial number "
|
||||
fatal("revoking certificates by serial number "
|
||||
"requires specification of a CA key");
|
||||
}
|
||||
cp += 7;
|
||||
|
Loading…
Reference in New Issue
Block a user