summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-01-04 13:04:15 +0000
committerBodo Möller <bodo@openssl.org>2002-01-04 13:04:15 +0000
commit4d4744ef48714875e9e3177468bd9f0a196319be (patch)
treea368bc5d7d0cea2544b669994c98286f7c84948f /CHANGES
parent0242564c17fdf789df709d74159db47d252a4170 (diff)
fix EVP_CIPHER_mode macro
Submitted by: "Dan S. Camper" <dan@bti.net>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8406746be0..635e1088c4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 0.9.6c and 0.9.6d [XX xxx XXXX]
+ *) Fix EVP_CIPHER_mode macro.
+ ["Dan S. Camper" <dan@bti.net>]
+
*) Fix ssl3_read_bytes (ssl/s3_pkt.c): To ignore messages of unknown
type, we must throw them away by setting rr->length to 0.
[D P Chang <dpc@qualys.com>]