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
Wim Lewis
nettle
Commits
c789e91d
Commit
c789e91d
authored
Sep 06, 2005
by
Niels Möller
Browse files
(main): With --hash, output a newline after
each hash. Rev: src/nettle/tools/sexp-conv.c:1.18
parent
14db5951
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/sexp-conv.c
View file @
c789e91d
...
...
@@ -362,7 +362,10 @@ main(int argc, char **argv)
{
sexp_convert_item
(
&
parser
,
&
token
,
&
output
,
options
.
mode
,
0
);
if
(
options
.
hash
)
sexp_put_digest
(
&
output
);
{
sexp_put_digest
(
&
output
);
sexp_put_newline
(
&
output
,
0
);
}
else
if
(
options
.
mode
!=
SEXP_CANONICAL
)
sexp_put_newline
(
&
output
,
0
);
...
...
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