summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ssh.h3
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b583500d8..5796787d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,9 @@
38 - markus@cvs.openbsd.org 2003/09/01 12:50:46 38 - markus@cvs.openbsd.org 2003/09/01 12:50:46
39 [readconf.c] 39 [readconf.c]
40 rm gssapidelegatecreds alias; never supported before 40 rm gssapidelegatecreds alias; never supported before
41 - markus@cvs.openbsd.org 2003/09/01 13:52:18
42 [ssh.h]
43 rm whitespace
41 44
4220030829 4520030829
43 - (bal) openbsd-compat/ clean up. Considate headers, add in Id on our 46 - (bal) openbsd-compat/ clean up. Considate headers, add in Id on our
@@ -953,4 +956,4 @@
953 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 956 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
954 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 957 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
955 958
956$Id: ChangeLog,v 1.2930 2003/09/02 12:57:27 djm Exp $ 959$Id: ChangeLog,v 1.2931 2003/09/02 12:57:54 djm Exp $
diff --git a/ssh.h b/ssh.h
index 607621769..e88b9b83e 100644
--- a/ssh.h
+++ b/ssh.h
@@ -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