diff options
author | Damien Miller <djm@mindrot.org> | 2003-09-02 22:57:54 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-09-02 22:57:54 +1000 |
commit | 46aa3b91398a18dc6865e801167a2a77ec9f402e (patch) | |
tree | 5a641f5f0eab9727cb2cee1556f15d280adee2cb /ssh.h | |
parent | 84d03efdf7715eaeacc46abf3c9dc0a210a0bbbe (diff) |
- markus@cvs.openbsd.org 2003/09/01 13:52:18
[ssh.h]
rm whitespace
Diffstat (limited to 'ssh.h')
-rw-r--r-- | ssh.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh.h,v 1.73 2003/07/22 13:35:22 markus Exp $ */ | 1 | /* $OpenBSD: ssh.h,v 1.74 2003/09/01 13:52:18 markus Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -104,4 +104,3 @@ | |||
104 | #define SSH_RSA_MINIMUM_MODULUS_SIZE 768 | 104 | #define SSH_RSA_MINIMUM_MODULUS_SIZE 768 |
105 | 105 | ||
106 | #endif /* SSH_H */ | 106 | #endif /* SSH_H */ |
107 | |||