Another uninitialized static that may lead to problems on Solaris under some

circumstances.
This commit is contained in:
Lutz Jänicke 2001-07-27 12:35:27 +00:00
parent ea71c22731
commit 3a64458217

View File

@ -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;