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:
c755c5f
)
remove unused variable
author
Nils Larsch
<nils@openssl.org>
Wed, 27 Jul 2005 20:20:53 +0000
(20:20 +0000)
committer
Nils Larsch
<nils@openssl.org>
Wed, 27 Jul 2005 20:20:53 +0000
(20:20 +0000)
crypto/asn1/t_pkey.c
patch
|
blob
|
history
diff --git
a/crypto/asn1/t_pkey.c
b/crypto/asn1/t_pkey.c
index 296033d55322328031d331d56695e773409866f9..f8821614a0ae560ad78f14fb871c4f62b2abb994 100644
(file)
--- a/
crypto/asn1/t_pkey.c
+++ b/
crypto/asn1/t_pkey.c
@@
-733,7
+733,7
@@
int DSAparams_print_fp(FILE *fp, const DSA *x)
int DSAparams_print(BIO *bp, const DSA *x)
{
unsigned char *m=NULL;
- int re
ason=ERR_R_BUF_LIB,re
t=0;
+ int ret=0;
size_t buf_len=0,i;
if (x->p)