Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nettle
nettle
Commits
d30ef637
Commit
d30ef637
authored
Oct 09, 2002
by
Niels Möller
Browse files
* testsuite/dsa-test.c (test_main): Call dsa_test_key.
Rev: src/nettle/testsuite/dsa-test.c:1.3
parent
af06b604
Changes
1
Show whitespace changes
Inline
Side-by-side
testsuite/dsa-test.c
View file @
d30ef637
...
@@ -36,6 +36,8 @@ test_main(void)
...
@@ -36,6 +36,8 @@ test_main(void)
mpz_set_str
(
key
.
x
,
mpz_set_str
(
key
.
x
,
"56c6efaf878d06eef21dc070fab71da6ec1e30a6"
,
16
);
"56c6efaf878d06eef21dc070fab71da6ec1e30a6"
,
16
);
test_dsa_key
(
&
pub
,
&
key
);
test_dsa
(
&
pub
,
&
key
);
test_dsa
(
&
pub
,
&
key
);
dsa_public_key_clear
(
&
pub
);
dsa_public_key_clear
(
&
pub
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment