Forgot to mention second fix.
authorLutz Jänicke <jaenicke@openssl.org>
Mon, 30 Jul 2001 11:33:53 +0000 (11:33 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Mon, 30 Jul 2001 11:33:53 +0000 (11:33 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 48daf2e2a35537efeb07b0432f864781cd85aaaf..fd23e1a26258530ba8c53138d67e184f06f06571 100644 (file)
--- a/CHANGES
+++ b/CHANGES
      functions prevents this.
      [Steve Henson]
 
      functions prevents this.
      [Steve Henson]
 
-  *) Initialize static variable in crypto/dsa/dsa_lib.c explicitely to
-     NULL, as at least on Solaris 8 this seems not to be done automatically
-     (in contradiction to the requirements of the C standard).
-     This made problems when used from OpenSSH.
+  *) Initialize static variable in crypto/dsa/dsa_lib.c and crypto/dh/dh_lib.c
+     explicitely to NULL, as at least on Solaris 8 this seems not always to be
+     done automatically (in contradiction to the requirements of the C
+     standard). This made problems when used from OpenSSH.
      [Lutz Jaenicke]
 
   *) In OpenSSL 0.9.6a and 0.9.6b, crypto/dh/dh_key.c ignored
      [Lutz Jaenicke]
 
   *) In OpenSSL 0.9.6a and 0.9.6b, crypto/dh/dh_key.c ignored