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
LSH
lsh
Commits
a0a2535d
Commit
a0a2535d
authored
Oct 03, 2001
by
Niels Möller
Browse files
Fixed invocation of sexp_format.
Rev: src/lsh-writekey.c:1.20
parent
e59a4e6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lsh-writekey.c
View file @
a0a2535d
...
...
@@ -340,7 +340,7 @@ process_private(struct sexp *key,
10
,
/* Salt length */
options
->
passphrase
,
options
->
iterations
,
sexp_format
(
SEXP_CANONICAL
,
key
,
0
));
sexp_format
(
key
,
SEXP_CANONICAL
,
0
));
}
return
sexp_format
(
expr
,
(
options
->
style
>
0
)
?
options
->
style
:
SEXP_CANONICAL
,
...
...
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