aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-08-10 14:48:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-08-10 14:48:40 +0000
commit6727565a84ce174df591317218e1c5934357f732 (patch)
tree7db71036bb761f814de368be04d8d75df3d49357 /CHANGES
parenta0778bfae59a40bf3258e743916d9b97434b9b1b (diff)
downloadopenssl-6727565a84ce174df591317218e1c5934357f732.tar.gz
PR: 2003
Make it possible to install OpenSSL in directories with name other than "lib" for example "lib64". Based on patch from Jeremy Utley.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9974ccbfbe..fe98cddc69 100644
--- a/CHANGES
+++ b/CHANGES
@@ -814,6 +814,12 @@
Changes between 0.9.8k and 0.9.8l [xx XXX xxxx]
+ *) Add support for --libdir option and LIBDIR variable in makefiles. This
+ makes it possible to install openssl libraries in locations which
+ have names other than "lib", for example "/usr/lib64" which some
+ systems need.
+ [Steve Henson, based on patch from Jeremy Utley]
+
*) Don't allow the use of leading 0x80 in OIDs. This is a violation of
X690 8.9.12 and can produce some misleading textual output of OIDs.
[Steve Henson, reported by Dan Kaminsky]