aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2001-07-26 09:02:44 +0000
committerLutz Jänicke <jaenicke@openssl.org>2001-07-26 09:02:44 +0000
commita75b191502e5b47b489695174f2a2b71837f3830 (patch)
tree6430a68c4a22201fa54873349f734a1e433807be /CHANGES
parente5cb2603652b868225adc1db3db531a07c13b562 (diff)
downloadopenssl-a75b191502e5b47b489695174f2a2b71837f3830.tar.gz
Fix problem occuring when used from OpenSSH on Solaris 8.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index feeb46e9b2..5f4b3d37ea 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,12 @@
*) applies to 0.9.6a/0.9.6b/0.9.6c and 0.9.7
+) applies to 0.9.7 only
+ *) 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.
+ [Lutz Jaenicke]
+
*) In crypto/dh/dh_key.c, change generate_key() (the default
implementation of DH_generate_key()) so that a new key is
generated each time DH_generate_key() is used on a DH object.