aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-11-06 22:15:50 +0000
committerRichard Levitte <levitte@openssl.org>2000-11-06 22:15:50 +0000
commit10e473e93003cf204fb06ee9ebc32aeca3430794 (patch)
tree4b9cd8ad7af01dbd754d874619ee41cc4194dc33 /CHANGES
parente7ef1a561a566036277ca424c269e8518259365c (diff)
downloadopenssl-10e473e93003cf204fb06ee9ebc32aeca3430794.zip
openssl-10e473e93003cf204fb06ee9ebc32aeca3430794.tar.gz
openssl-10e473e93003cf204fb06ee9ebc32aeca3430794.tar.bz2
As a consequence of the BIGNUM constification, the ENGINE code needs a
few small constifying changes, and why not throw in a couple of extras while I'm at it?
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 60af919..916c073 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) Constify the ENGINE code as a result of BIGNUM constification.
+ [Richard Levitte]
+
*) Make it so the openssl application has all engines loaded by default.
[Richard Levitte]