summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c4d8eeb1..eb72e3704 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@
8 [kex.c kex.h myproposal.h ssh-keyscan.c sshconnect2.c sshd.c] 8 [kex.c kex.h myproposal.h ssh-keyscan.c sshconnect2.c sshd.c]
9 use curve25519 for default key exchange (curve25519-sha256@libssh.org); 9 use curve25519 for default key exchange (curve25519-sha256@libssh.org);
10 initial patch from Aris Adamantiadis; ok djm@ 10 initial patch from Aris Adamantiadis; ok djm@
11 - markus@cvs.openbsd.org 2013/11/02 22:10:15
12 [kexdhs.c kexecdhs.c]
13 no need to include monitor_wrap.h
11 14
1220131103 1520131103
13 - (dtucker) [openbsd-compat/bsd-misc.c] Include time.h for nanosleep. 16 - (dtucker) [openbsd-compat/bsd-misc.c] Include time.h for nanosleep.