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
LSH
lsh
Commits
466e4dcc
Commit
466e4dcc
authored
Nov 14, 2000
by
Niels Möller
Browse files
* src/testsuite/macros.m4(TS_TEST_VERIFY): Use make_bad_random().
Rev: src/testsuite/macros.m4:1.8
parent
e5ecb063
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/testsuite/macros.m4
View file @
466e4dcc
...
@@ -84,7 +84,7 @@ m4_dnl TS_TEST_VERIFY(name, key, msg, signature)
...
@@ -84,7 +84,7 @@ m4_dnl TS_TEST_VERIFY(name, key, msg, signature)
TS_DEFINE(TS_TEST_VERIFY,
TS_DEFINE(TS_TEST_VERIFY,
{
{
struct alist *algorithms = all_signature_algorithms(make_
reasonably
_random());
struct alist *algorithms = all_signature_algorithms(make_
bad
_random());
struct sexp *key = TS_SEXP($2);
struct sexp *key = TS_SEXP($2);
struct lsh_string *msg = TS_STRING($3);
struct lsh_string *msg = TS_STRING($3);
struct sexp *sign = TS_SEXP($4);
struct sexp *sign = TS_SEXP($4);
...
...
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