projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix problem occuring when used from OpenSSH on Solaris 8.
[openssl.git]
/
crypto
/
dsa
/
dsa_lib.c
diff --git
a/crypto/dsa/dsa_lib.c
b/crypto/dsa/dsa_lib.c
index 48b228f3a129f3f392d88b1208405111538a8ac5..607f84e45b9cd7e7585b65bb10e506d21f848856 100644
(file)
--- a/
crypto/dsa/dsa_lib.c
+++ b/
crypto/dsa/dsa_lib.c
@@
-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;