summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keygen.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2005-03-10 22:01:05 +0000
committerderaadt <deraadt@openbsd.org>2005-03-10 22:01:05 +0000
commit96dd1b33be3ae502fbf39f59d448abeddd6894e6 (patch)
tree28791c2a45055b9ab97e480be0a54c536a911040 /usr.bin/ssh/ssh-keygen.c
parentremove dead code, noted by ho@ (diff)
downloadwireguard-openbsd-96dd1b33be3ae502fbf39f59d448abeddd6894e6.tar.xz
wireguard-openbsd-96dd1b33be3ae502fbf39f59d448abeddd6894e6.zip
spacing
Diffstat (limited to 'usr.bin/ssh/ssh-keygen.c')
-rw-r--r--usr.bin/ssh/ssh-keygen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keygen.c b/usr.bin/ssh/ssh-keygen.c
index 2a7af708cb3..901b0f4e1a1 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.120 2005/03/02 01:27:41 djm Exp $");
+RCSID("$OpenBSD: ssh-keygen.c,v 1.121 2005/03/10 22:01:06 deraadt Exp $");
#include <openssl/evp.h>
#include <openssl/pem.h>
@@ -684,7 +684,7 @@ do_known_hosts(struct passwd *pw, const char *name)
if (delete_host && !c)
print_host(out, cp, public, 0);
} else if (hash_hosts) {
- for(cp2 = strsep(&cp, ",");
+ for (cp2 = strsep(&cp, ",");
cp2 != NULL && *cp2 != '\0';
cp2 = strsep(&cp, ",")) {
if (strcspn(cp2, "*?!") != strlen(cp2))