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
8e33b2c4
Commit
8e33b2c4
authored
Oct 18, 2000
by
Niels Möller
Browse files
* src/lsh-writekey.c (make_writekey): Use verifier2public and
signer2verifier. Rev: src/lsh-writekey.c:1.4
parent
269b1b13
Changes
1
Show whitespace changes
Inline
Side-by-side
src/lsh-writekey.c
View file @
8e33b2c4
...
@@ -383,7 +383,10 @@ COMMAND_SIMPLE(lsh_writekey_options2private_file)
...
@@ -383,7 +383,10 @@ COMMAND_SIMPLE(lsh_writekey_options2private_file)
(lambda (backend)
(lambda (backend)
(let ((key (read_sexp (stdin backend))))
(let ((key (read_sexp (stdin backend))))
(prog1 (print_public options (open backend (options2public_file options))
(prog1 (print_public options (open backend (options2public_file options))
(signer2public (sexp2signer (options2algorithms options) key)))
(verifier2public
(signer2verifier
(sexp2signer (options2algorithms options)
key))))
(print_private options (open backend (options2private_file options))
(print_private options (open backend (options2private_file options))
(transform options key)))))))
(transform options key)))))))
*/
*/
...
...
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