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:
eb807d5
)
apps/dsaparam.c: make dsaparam -C output strict-warnings-friendly.
author
Andy Polyakov
<appro@openssl.org>
Mon, 23 Jul 2018 20:26:30 +0000
(22:26 +0200)
committer
Andy Polyakov
<appro@openssl.org>
Wed, 25 Jul 2018 08:39:03 +0000
(10:39 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
apps/dsaparam.c
patch
|
blob
|
history
diff --git
a/apps/dsaparam.c
b/apps/dsaparam.c
index ca072bb4f0a1a8b10308ec6de87267385dc21731..9d8af9ee6d32d8fa69fa1f40fd1738490cf0e8c7 100644
(file)
--- a/
apps/dsaparam.c
+++ b/
apps/dsaparam.c
@@
-179,7
+179,7
@@
int dsaparam_main(int argc, char **argv)
data = app_malloc(len + 20, "BN space");
- BIO_printf(bio_out, "
DSA *get_dsa%d(
)\n{\n", bits_p);
+ BIO_printf(bio_out, "
static DSA *get_dsa%d(void
)\n{\n", bits_p);
print_bignum_var(bio_out, p, "dsap", bits_p, data);
print_bignum_var(bio_out, q, "dsaq", bits_p, data);
print_bignum_var(bio_out, g, "dsag", bits_p, data);