summaryrefslogtreecommitdiff
path: root/crypto/dsa
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-08-06 12:27:39 +0000
committerBodo Möller <bodo@openssl.org>1999-08-06 12:27:39 +0000
commita12258fcd2feaaec9820a68d0b65a11c491ccf04 (patch)
treea5ad8f003d6e1d91429a7b54eeec1b8054f25730 /crypto/dsa
parente42979f2c58e0ec41cb46400ec0a11482ef9058c (diff)
downloadopenssl-new-a12258fcd2feaaec9820a68d0b65a11c491ccf04.tar.gz
fix the bug
Diffstat (limited to 'crypto/dsa')
-rw-r--r--crypto/dsa/dsa_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dsa/dsa_lib.c b/crypto/dsa/dsa_lib.c
index a5f0182101..ce8e204f7e 100644
--- a/crypto/dsa/dsa_lib.c
+++ b/crypto/dsa/dsa_lib.c
@@ -152,7 +152,7 @@ DH *DSA_dup_DH(DSA *r)
* DH has p, optional length, g, optional pub_key, optional priv_key.
*/
- DH *ret;
+ DH *ret = NULL;
if (r == NULL)
goto err;