guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: squash! openpgp: 'lookup-key-by-{id, fingerprint}' return the key


From: guix-commits
Subject: 02/06: squash! openpgp: 'lookup-key-by-{id, fingerprint}' return the key first.
Date: Sat, 2 May 2020 17:56:40 -0400 (EDT)

civodul pushed a commit to branch wip-openpgp
in repository guix.

commit b0435b943cb0e46f749021fd92d8008258d68ddb
Author: Ludovic Courtès <address@hidden>
AuthorDate: Sat May 2 22:29:10 2020 +0200

    squash! openpgp: 'lookup-key-by-{id,fingerprint}' return the key first.
---
 guix/openpgp.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/guix/openpgp.scm b/guix/openpgp.scm
index dbf2e89..2b2997d 100644
--- a/guix/openpgp.scm
+++ b/guix/openpgp.scm
@@ -570,7 +570,6 @@ the issuer's OpenPGP public key extracted from KEYRING."
              (key         (if fingerprint
                               (lookup-key-by-fingerprint keyring fingerprint)
                               (lookup-key-by-id keyring id))))
-        ;; Find the primary key or subkey that made the signature.
         (if key
             (check key sig)
             (values 'missing-key (or fingerprint id))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]