Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
3a73862a
Commit
3a73862a
authored
Sep 16, 2012
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't quote $EMULATOR; allow it to expand to program and arguments.
parent
5a77574e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
ChangeLog
ChangeLog
+3
-0
run-tests
run-tests
+1
-1
No files found.
ChangeLog
View file @
3a73862a
2012-09-16 Niels Möller <nisse@lysator.liu.se>
* run-tests (test_program): Don't quote $EMULATOR; allow it to
expand to program and arguments (e.g., valgrind).
* tools/pkcs1-conv.c (convert_public_key): Added missing calls to
dsa_public_key_clear and rsa_public_key_clear.
(main): Added missing nettle_buffer_clear.
...
...
run-tests
View file @
3a73862a
...
...
@@ -44,7 +44,7 @@ test_program () {
if
[
-z
"
$EMULATOR
"
]
||
head
-1
"
$1
"
|
grep
'^#!'
>
/dev/null
;
then
"
$1
"
$testflags
else
"
$EMULATOR
"
"
$1
"
$testflags
$EMULATOR
"
$1
"
$testflags
fi
case
"
$?
"
in
0
)
...
...
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