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:
e42979f
)
fix the bug
author
Bodo Möller
<bodo@openssl.org>
Fri, 6 Aug 1999 12:27:39 +0000
(12:27 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 6 Aug 1999 12:27:39 +0000
(12:27 +0000)
crypto/dsa/dsa_lib.c
patch
|
blob
|
history
diff --git
a/crypto/dsa/dsa_lib.c
b/crypto/dsa/dsa_lib.c
index a5f0182101273429e8ce2019b0c9b22ec67e6cde..ce8e204f7e6fcb402c9377cd9a43f6a65479ed9d 100644
(file)
--- 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;