diff options
author | 2021-02-02 22:36:59 +0000 | |
---|---|---|
committer | 2021-02-02 22:36:59 +0000 | |
commit | abaf62cd7bc99de4a8021e93b9754052b97fde7a (patch) | |
tree | 507bdd3eb8efb74c4f8742f7bbcb6f0e068a6bdf /usr.bin/ssh/ssh.c | |
parent | fix memleaks in private key deserialisation; enforce more consistency (diff) | |
download | wireguard-openbsd-abaf62cd7bc99de4a8021e93b9754052b97fde7a.tar.xz wireguard-openbsd-abaf62cd7bc99de4a8021e93b9754052b97fde7a.zip |
whitespace
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r-- | usr.bin/ssh/ssh.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c index c9299958c6c..c5440d40525 100644 --- a/usr.bin/ssh/ssh.c +++ b/usr.bin/ssh/ssh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.549 2021/01/27 09:26:54 djm Exp $ */ +/* $OpenBSD: ssh.c,v 1.550 2021/02/02 22:36:59 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -632,7 +632,6 @@ main(int ac, char **av) u_int j; struct ssh_conn_info *cinfo = NULL; - /* Ensure that fds 0, 1 and 2 are open or directed to /dev/null */ sanitise_stdfd(); |