Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-15 19:49:34 +0300
committerRichard Levitte <levitte@openssl.org>2002-11-15 19:49:34 +0300
commit082cd4e5643b106e1d405f7c0803aeafa25bcb8e (patch)
treed577fb2e8a16f4eba48122283c595fe3261b30bb /CHANGES
parent2115a89212e38ef9eb5f9a6a88a2d5e4bbc9a792 (diff)
Changes to make shared library building and use work better with Cygwin
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ef62eaf0b2..8a1e5270fe 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.6h and 0.9.7 [XX xxx 2002]
+ *) Change the DLL names for Cygwin to cygcrypto-x.y.z.dll and
+ cygssl-x.y.z.dll, where x, y and z are the major, minor and
+ edit numbers of the version.
+ [Corinna Vinschen <vinschen@redhat.com> and Richard Levitte]
+
*) Introduce safe string copy and catenation functions
(BUF_strlcpy() and BUF_strlcat()).
[Ben Laurie (CHATS) and Richard Levitte]