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>2003-01-30 20:37:49 +0300
committerRichard Levitte <levitte@openssl.org>2003-01-30 20:37:49 +0300
commit6d85cd36e26bc32978d26e88e0d39488f6b2ea4c (patch)
tree7c8120e50141718fc378270abd8163502feace02 /CHANGES
parent10ac28e26db8bd13d803e924e93194ce056c8d4a (diff)
Add the possibility to build without the ENGINE framework.
PR: 287
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 92d95f203f..303d15ec28 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 0.9.7 and 0.9.7a [XX xxx 2003]
+ *) Add the possibility to build without the ENGINE framework.
+ [Steven Reddie <smr@essemer.com.au> via Richard Levitte]
+
*) Under Win32 gmtime() can return NULL: check return value in
OPENSSL_gmtime(). Add error code for case where gmtime() fails.
[Steve Henson]