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
c789e91d
Commit
c789e91d
authored
Sep 06, 2005
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(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
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
tools/sexp-conv.c
tools/sexp-conv.c
+4
-1
No files found.
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
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