From: Bodo Möller Date: Fri, 6 Aug 1999 12:27:39 +0000 (+0000) Subject: fix the bug X-Git-Tag: OpenSSL_0_9_4~21 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a12258fcd2feaaec9820a68d0b65a11c491ccf04;p=oweals%2Fopenssl.git fix the bug --- 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;