mirror of
https://codeberg.org/cage/tinmop/
synced 2024-12-22 23:47:56 +01:00
- removed output from ssl command when checking for empty password for a certificate.
This commit is contained in:
parent
b8f49eb66b
commit
162d32662e
@ -191,7 +191,7 @@
|
||||
(text-utils:split-words cmd-args)
|
||||
:input passphrase-stream
|
||||
:output nil
|
||||
:error t
|
||||
:error nil
|
||||
:wait t)))
|
||||
(process-exit-success-p process))))
|
||||
|
||||
|
@ -3084,8 +3084,8 @@ printed, on the main window."
|
||||
(multiple-value-bind (cached-certificate cached-key cached-key-password just-created)
|
||||
(gemini-client:fetch-cached-certificate url :if-does-not-exist :create)
|
||||
(if (or just-created
|
||||
(os-utils:ssl-key-has-empty-password-p cached-key)
|
||||
cached-key-password)
|
||||
cached-key-password
|
||||
(os-utils:ssl-key-has-empty-password-p cached-key))
|
||||
(init-window)
|
||||
(progn
|
||||
(flet ((on-input-complete (password)
|
||||
|
Loading…
Reference in New Issue
Block a user