Initialize SSL_METHOD structures at compile time. This removes the need
for locking code. The CRYPTO_LOCK_SSL_METHOD lock is now no longer used.
diff --git a/CHANGES b/CHANGES
index 614348b..d025d78 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,6 +14,10 @@
Changes between 0.9.8 and 0.9.8a [XX xxx XXXX]
+ *) Initialize SSL_METHOD structures at compile time instead of during
+ runtime, thus removing the need for a lock.
+ [Steve Henson]
+
*) Make PKCS7_decrypt() work even if no certificate is supplied by
attempting to decrypt each encrypted key in turn. Add support to
smime utility.