summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2001-07-31 13:33:58 +0000
committerBen Laurie <ben@openssl.org>2001-07-31 13:33:58 +0000
commit8408f4fbc7b6ae7b70a7e6866cc36915f9734667 (patch)
tree8e295c88f64df736aa8646a475163b77fa42d549 /CHANGES
parent534164ef90cdbcd9aa4bf04f305d7327c0922f02 (diff)
Document DES changes better.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 224c809508..7a843b1b16 100644
--- a/CHANGES
+++ b/CHANGES
@@ -17,8 +17,11 @@
the number of header dependencies.
[Ben Laurie]
- +) Make DES key schedule conform to the usual scheme, as well as correcting
- its structure.
+ +) Make DES key schedule conform to the usual scheme, as well as
+ correcting its structure. This means that calls to DES functions
+ now have to pass a pointer to a des_key_schedule instead of a
+ plain des_key_schedule (which was actually always a pointer
+ anyway).
[Ben Laurie]
+) Enhanced support for IA-64 Unix platforms (well, Linux and HP-UX).