diff options
author | 2015-11-19 01:12:32 +0000 | |
---|---|---|
committer | 2015-11-19 01:12:32 +0000 | |
commit | 669d7460da15c00fd477e09bcf02285eaf54c5a0 (patch) | |
tree | 5d21a3d1ded33c3881e0825d87e55753ecddca7b /usr.bin/ssh/ssh-keygen.c | |
parent | print host certificate contents at debug level (diff) | |
download | wireguard-openbsd-669d7460da15c00fd477e09bcf02285eaf54c5a0.tar.xz wireguard-openbsd-669d7460da15c00fd477e09bcf02285eaf54c5a0.zip |
trailing whitespace
Diffstat (limited to 'usr.bin/ssh/ssh-keygen.c')
-rw-r--r-- | usr.bin/ssh/ssh-keygen.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh-keygen.c b/usr.bin/ssh/ssh-keygen.c index 7f15f546169..049d0686383 100644 --- a/usr.bin/ssh/ssh-keygen.c +++ b/usr.bin/ssh/ssh-keygen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-keygen.c,v 1.281 2015/11/19 01:08:55 djm Exp $ */ +/* $OpenBSD: ssh-keygen.c,v 1.282 2015/11/19 01:12:32 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -1640,10 +1640,10 @@ do_ca_sign(struct passwd *pw, int argc, char **argv) fclose(f); if (!quiet) { - sshkey_format_cert_validity(public->cert, + sshkey_format_cert_validity(public->cert, valid, sizeof(valid)); logit("Signed %s key %s: id \"%s\" serial %llu%s%s " - "valid %s", sshkey_cert_type(public), + "valid %s", sshkey_cert_type(public), out, public->cert->key_id, (unsigned long long)public->cert->serial, cert_principals != NULL ? " for " : "", @@ -1682,7 +1682,7 @@ parse_absolute_time(const char *s) char buf[32], *fmt; /* - * POSIX strptime says "The application shall ensure that there + * POSIX strptime says "The application shall ensure that there * is white-space or other non-alphanumeric characters between * any two conversion specifications" so arrange things this way. */ |