summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-02-24 12:03:03 +1100
committerDamien Miller <djm@mindrot.org>2003-02-24 12:03:03 +1100
commit8e7fb335235bd6a7f8387a40bf71eaf9798f6f7e (patch)
tree46ba3e898aebfc99e531d793bccac6c0eba5e87d /ChangeLog
parent1587fb8a174f57a064d603bbd595c3369aa697aa (diff)
- markus@cvs.openbsd.org 2003/02/16 17:09:57
[kex.c kexdh.c kexgex.c kex.h sshconnect2.c sshd.c ssh-keyscan.c] split kex into client and server code, no need to link server code into the client; ok provos@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 586c10b5b..2fdcb2782 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -63,6 +63,10 @@
63 - markus@cvs.openbsd.org 2003/02/12 21:39:50 63 - markus@cvs.openbsd.org 2003/02/12 21:39:50
64 [crc32.c crc32.h] 64 [crc32.c crc32.h]
65 replace crc32.c with a BSD licensed version; noted by David Turner 65 replace crc32.c with a BSD licensed version; noted by David Turner
66 - markus@cvs.openbsd.org 2003/02/16 17:09:57
67 [kex.c kexdh.c kexgex.c kex.h sshconnect2.c sshd.c ssh-keyscan.c]
68 split kex into client and server code, no need to link
69 server code into the client; ok provos@
66 70
6720030211 7120030211
68 - (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com 72 - (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com
@@ -1163,4 +1167,4 @@
1163 save auth method before monitor_reset_key_state(); bugzilla bug #284; 1167 save auth method before monitor_reset_key_state(); bugzilla bug #284;
1164 ok provos@ 1168 ok provos@
1165 1169
1166$Id: ChangeLog,v 1.2611 2003/02/24 01:02:12 djm Exp $ 1170$Id: ChangeLog,v 1.2612 2003/02/24 01:03:03 djm Exp $