Displaying 2 results from an estimated 2 matches for "dh_method".
Did you mean:
_method
2001 Nov 06
0
Sun Forte 6 Update 2 Compiler Issues Resolved!
...the following to the openssl code (this is for 0.9.6b):
Please change line 69 in openssl-0.9.6b/crypto/dsa/dsa_lib.c from
static DSA_METHOD *default_DSA_method;
to
static DSA_METHOD *default_DSA_method = NULL;
I just found another of these beasts in crypto/dh/dh_lib.c. Change
static const DH_METHOD *default_DH_method;
to
static const DH_METHOD *default_DH_method = NULL;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20011106/b8c32d29/attachment.html
2001 Nov 05
1
FYI dsa_lib.c and dh_lib.c in openssl-0.9.6b and latest snapshot
...made are below for openssl (suggested by several here):
Please change line 69 in openssl-0.9.6b/crypto/dsa/dsa_lib.c from
static DSA_METHOD *default_DSA_method;
to
static DSA_METHOD *default_DSA_method = NULL;
I just found another of these beasts in crypto/dh/dh_lib.c. Change
static const DH_METHOD *default_DH_method;
to
static const DH_METHOD *default_DH_method = NULL;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20011105/20304e18/attachment.html