Commit a12258fc authored by Bodo Möller's avatar Bodo Möller
Browse files

fix the bug

parent e42979f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;