Forgot to mention second fix.
This commit is contained in:
parent
de3333bae4
commit
06efc222f9
1 changed files with 4 additions and 4 deletions
8
CHANGES
8
CHANGES
|
@ -20,10 +20,10 @@
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue