summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-11-07 11:25:26 +0000
committerRichard Levitte <levitte@openssl.org>2000-11-07 11:25:26 +0000
commite06433d9baeec055d6d3e504bcbbfce680995581 (patch)
tree8fc316a3923a22caa22d4647358ed878df74a2eb /CHANGES
parente0bf5c11ea389fa3bacecdf4f3f9d22835a7508a (diff)
shl_load() also needs to load along a path given through an
environment variable, SHLIB_PATH. This change makes that possible.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 378c1cefd8..8e53374d03 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) Make DSO load along a path given through an environment variable
+ (SHLIB_PATH) with shl_load().
+ [Richard Levitte]
+
*) Constify the ENGINE code as a result of BIGNUM constification.
Also constify the RSA code and most things related to it. In a
few places, most notable in the depth of the ASN.1 code, ugly