Another uninitialized static that may lead to problems on Solaris under some
circumstances.
This commit is contained in:
parent
44d4b684f9
commit
cf1b34ad34
@ -63,7 +63,7 @@
|
|||||||
|
|
||||||
const char *DH_version="Diffie-Hellman" OPENSSL_VERSION_PTEXT;
|
const char *DH_version="Diffie-Hellman" OPENSSL_VERSION_PTEXT;
|
||||||
|
|
||||||
static DH_METHOD *default_DH_method;
|
static DH_METHOD *default_DH_method = NULL;
|
||||||
static int dh_meth_num = 0;
|
static int dh_meth_num = 0;
|
||||||
static STACK_OF(CRYPTO_EX_DATA_FUNCS) *dh_meth = NULL;
|
static STACK_OF(CRYPTO_EX_DATA_FUNCS) *dh_meth = NULL;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user