summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-10-07 22:06:42 +1100
committerDamien Miller <djm@mindrot.org>2010-10-07 22:06:42 +1100
commit9a3d0dc062e4ebcafdc399ed8522df97066b139e (patch)
tree2c6283bf3cf257f610e26d3b0aa8ea78553ac50d /ChangeLog
parent195dbaff7a2c27b371a126d3b87888ba7a71ef7e (diff)
- djm@cvs.openbsd.org 2010/10/01 23:05:32
[cipher-3des1.c cipher-bf1.c cipher-ctr.c openbsd-compat/openssl-compat.h] adapt to API changes in openssl-1.0.0a NB. contains compat code to select correct API for older OpenSSL
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 092374fc5..9628478e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
120101007 120101007
2 - (djm) [ssh-agent.c] Fix type for curve name.
2 - (djm) OpenBSD CVS Sync 3 - (djm) OpenBSD CVS Sync
3 - matthew@cvs.openbsd.org 2010/09/24 13:33:00 4 - matthew@cvs.openbsd.org 2010/09/24 13:33:00
4 [misc.c misc.h configure.ac openbsd-compat/openbsd-compat.h] 5 [misc.c misc.h configure.ac openbsd-compat/openbsd-compat.h]
@@ -22,6 +23,10 @@
22 [servconf.c] 23 [servconf.c]
23 prevent free() of string in .rodata when overriding AuthorizedKeys in 24 prevent free() of string in .rodata when overriding AuthorizedKeys in
24 a Match block; patch from rein AT basefarm.no 25 a Match block; patch from rein AT basefarm.no
26 - djm@cvs.openbsd.org 2010/10/01 23:05:32
27 [cipher-3des1.c cipher-bf1.c cipher-ctr.c openbsd-compat/openssl-compat.h]
28 adapt to API changes in openssl-1.0.0a
29 NB. contains compat code to select correct API for older OpenSSL
25 30
2620100924 3120100924
27 - (djm) OpenBSD CVS Sync 32 - (djm) OpenBSD CVS Sync