projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44d4b68
)
Another uninitialized static that may lead to problems on Solaris under some
author
Lutz Jänicke
<jaenicke@openssl.org>
Fri, 27 Jul 2001 12:36:16 +0000
(12:36 +0000)
committer
Lutz Jänicke
<jaenicke@openssl.org>
Fri, 27 Jul 2001 12:36:16 +0000
(12:36 +0000)
circumstances.
crypto/dh/dh_lib.c
patch
|
blob
|
history
diff --git
a/crypto/dh/dh_lib.c
b/crypto/dh/dh_lib.c
index 8516bdafb4a3a6d8d82d70eca93e041b53476561..a46270765e5a9b6185db19ee46bbb446a040e5c2 100644
(file)
--- a/
crypto/dh/dh_lib.c
+++ b/
crypto/dh/dh_lib.c
@@
-63,7
+63,7
@@
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 STACK_OF(CRYPTO_EX_DATA_FUNCS) *dh_meth = NULL;