diff options
author | 2002-06-09 13:32:01 +0000 | |
---|---|---|
committer | 2002-06-09 13:32:01 +0000 | |
commit | 91406bc0d84ee6cb2a1847d6fde2c21f33b5978f (patch) | |
tree | ea6c546dbb659fc4833917fe31e4ca6e20c3fc38 /usr.bin/ssh/ssh-keygen.c | |
parent | reapply patch from jasoni@ for ICMP6_PACKET_TOO_BIG (diff) | |
download | wireguard-openbsd-91406bc0d84ee6cb2a1847d6fde2c21f33b5978f.tar.xz wireguard-openbsd-91406bc0d84ee6cb2a1847d6fde2c21f33b5978f.zip |
use tab not spaces (|unexpand)
Diffstat (limited to 'usr.bin/ssh/ssh-keygen.c')
-rw-r--r-- | usr.bin/ssh/ssh-keygen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keygen.c b/usr.bin/ssh/ssh-keygen.c index d021c165081..0e951214949 100644 --- a/usr.bin/ssh/ssh-keygen.c +++ b/usr.bin/ssh/ssh-keygen.c @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-keygen.c,v 1.98 2002/03/27 22:21:45 markus Exp $"); +RCSID("$OpenBSD: ssh-keygen.c,v 1.99 2002/06/09 13:32:01 markus Exp $"); #include <openssl/evp.h> #include <openssl/pem.h> @@ -412,7 +412,7 @@ do_upload(struct passwd *pw, const char *sc_reader_id) key_free(prv); if (ret < 0) exit(1); - log("loading key done"); + log("loading key done"); exit(0); } |