diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2003-09-01 13:52:19 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2003-09-01 13:52:19 +0000 |
commit | 4bde27a3c0735a583578d8a6f7aad47f7c257962 (patch) | |
tree | e107041ccf03efa765a8301b2e15f6fa9252f773 /usr.bin | |
parent | bdb812e91b0afad35baef7b23407d29d237af285 (diff) |
rm whitespace
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.h b/usr.bin/ssh/ssh.h index deca5797789..726a5002a9c 100644 --- a/usr.bin/ssh/ssh.h +++ b/usr.bin/ssh/ssh.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.h,v 1.73 2003/07/22 13:35:22 markus Exp $ */ +/* $OpenBSD: ssh.h,v 1.74 2003/09/01 13:52:18 markus Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -93,4 +93,3 @@ #define SSH_RSA_MINIMUM_MODULUS_SIZE 768 #endif /* SSH_H */ - |