[ssh.h]
     rm whitespace
This commit is contained in:
Damien Miller 2003-09-02 22:57:54 +10:00
parent 84d03efdf7
commit 46aa3b9139
2 changed files with 5 additions and 3 deletions

View File

@ -38,6 +38,9 @@
- markus@cvs.openbsd.org 2003/09/01 12:50:46
[readconf.c]
rm gssapidelegatecreds alias; never supported before
- markus@cvs.openbsd.org 2003/09/01 13:52:18
[ssh.h]
rm whitespace
20030829
- (bal) openbsd-compat/ clean up. Considate headers, add in Id on our
@ -953,4 +956,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
$Id: ChangeLog,v 1.2930 2003/09/02 12:57:27 djm Exp $
$Id: ChangeLog,v 1.2931 2003/09/02 12:57:54 djm Exp $

3
ssh.h
View File

@ -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>
@ -104,4 +104,3 @@
#define SSH_RSA_MINIMUM_MODULUS_SIZE 768
#endif /* SSH_H */