Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
073fdc22
Commit
073fdc22
authored
Feb 20, 2018
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(test_cmac_hash): Deallocate ctx properly.
parent
69208ec1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
ChangeLog
ChangeLog
+4
-0
testsuite/cmac-test.c
testsuite/cmac-test.c
+1
-0
No files found.
ChangeLog
View file @
073fdc22
2018-02-20 Niels Möller <nisse@lysator.liu.se>
* testsuite/cmac-test.c (test_cmac_hash): Deallocate ctx properly.
2018-02-19 Niels Möller <nisse@lysator.liu.se>
Mostly aesthetic changes. Besides indentation:
...
...
testsuite/cmac-test.c
View file @
073fdc22
...
...
@@ -77,6 +77,7 @@ test_cmac_hash (nettle_set_key_func *set_key,
fprintf
(
stderr
,
"
\n
"
);
FAIL
();
}
free
(
ctx
);
}
void
...
...
Write
Preview
Markdown
is supported
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