shl_load() also needs to load along a path given through an
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 378c1cefd8dd0abd87c2186f46996a74adfcb5a0..8e53374d03371ca06d30532e870ff90226824b5f 100644 (file)
--- 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