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

commit b0435b943cb0e46f749021fd92d8008258d68ddb
Author: Ludovic Courtès <[email protected]>
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