mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Another uninitialized static that may lead to problems on Solaris under some
circumstances.
This commit is contained in:
parent
ea71c22731
commit
3a64458217
@ -64,7 +64,7 @@
|
||||
|
||||
const char *DH_version="Diffie-Hellman" OPENSSL_VERSION_PTEXT;
|
||||
|
||||
static const DH_METHOD *default_DH_method;
|
||||
static const DH_METHOD *default_DH_method = NULL;
|
||||
static int dh_meth_num = 0;
|
||||
static STACK_OF(CRYPTO_EX_DATA_FUNCS) *dh_meth = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user