summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-07-24 17:52:43 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-07-24 17:52:43 +0000
commit223c59eae51971341238a4d4a5e2315a74977103 (patch)
tree9462b4adc20f117023fe38974240d359e102777c /CHANGES
parent7bbd0de88dd179be6171ecf9e190561127cdd15f (diff)
Fix WIN32 build system to correctly link ENGINE DLLs contained in a
directory: currently the GOST ENGINE is the only case.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7005f1cd89..745fb8c334 100644
--- a/CHANGES
+++ b/CHANGES
@@ -114,6 +114,13 @@
Add command line options to s_client/s_server.
[Steve Henson]
+ Changes between 1.0.0a and 1.0.0b [xx XXX xxxx]
+
+
+ *) Fix WIN32 build system to correctly link an ENGINE directory into
+ a DLL.
+ [Steve Henson]
+
Changes between 1.0.0 and 1.0.0a [xx XXX xxxx]
*) Check return value of int_rsa_verify in pkey_rsa_verifyrecover