Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Wim Lewis
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
Show 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>
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
* tools/pkcs1-conv.c (convert_public_key): Added missing calls to
dsa_public_key_clear and rsa_public_key_clear.
dsa_public_key_clear and rsa_public_key_clear.
(main): Added missing nettle_buffer_clear.
(main): Added missing nettle_buffer_clear.
...
...
run-tests
View file @
3a73862a
...
@@ -44,7 +44,7 @@ test_program () {
...
@@ -44,7 +44,7 @@ test_program () {
if
[
-z
"
$EMULATOR
"
]
||
head
-1
"
$1
"
|
grep
'^#!'
>
/dev/null
;
then
if
[
-z
"
$EMULATOR
"
]
||
head
-1
"
$1
"
|
grep
'^#!'
>
/dev/null
;
then
"
$1
"
$testflags
"
$1
"
$testflags
else
else
"
$EMULATOR
"
"
$1
"
$testflags
$EMULATOR
"
$1
"
$testflags
fi
fi
case
"
$?
"
in
case
"
$?
"
in
0
)
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