Fix problem occuring when used from OpenSSH on Solaris 8.

This commit is contained in:
Lutz Jänicke
2001-07-26 09:02:44 +00:00
parent e5cb260365
commit a75b191502
2 changed files with 7 additions and 1 deletions

View File

@@ -67,7 +67,7 @@
const char *DSA_version="DSA" OPENSSL_VERSION_PTEXT;
static const DSA_METHOD *default_DSA_method;
static const DSA_METHOD *default_DSA_method = NULL;
static int dsa_meth_num = 0;
static STACK_OF(CRYPTO_EX_DATA_FUNCS) *dsa_meth = NULL;