Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
Postquantumcryptoengine
Commits
b3d02f74
Commit
b3d02f74
authored
1 year ago
by
Julien Wadel
Browse files
Options
Download
Patches
Plain Diff
Tester : adapt declarations of suites.
parent
0f71ffb8
release/5.2
5.2.94
1 merge request
!12
Tester : adapt declarations of suites.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tester/crypto.cc
+1
-1
tester/crypto.cc
with
1 addition
and
1 deletion
tester/crypto.cc
+
1
−
1
View file @
b3d02f74
...
...
@@ -546,4 +546,4 @@ static test_t crypto_tests[] = {
};
test_suite_t
crypto_test_suite
=
{
"Crypto"
,
NULL
,
NULL
,
NULL
,
NULL
,
sizeof
(
crypto_tests
)
/
sizeof
(
crypto_tests
[
0
]),
crypto_tests
};
sizeof
(
crypto_tests
)
/
sizeof
(
crypto_tests
[
0
]),
crypto_tests
,
0
};
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets