[git] GnuPG - branch, master, updated. gnupg-2.2.7-136-gd2e6b3e

by NIIBE Yutaka cvs at cvs.gnupg.org
Tue Jun 5 04:25:55 CEST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, master has been updated
       via  d2e6b3ea1d70db1039a828fb3a978a4504f8f0c5 (commit)
      from  874e391665405fc413a69f2ffacdb94bb08da7ff (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d2e6b3ea1d70db1039a828fb3a978a4504f8f0c5
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Tue Jun 5 11:22:10 2018 +0900

    g10: Remove bogus comment.
    
    * g10/mainproc.c (proc_pubkey_enc): Remove a comment.
    
    --
    
    GnuPG always uses the OpenPGP algo number in its status report.
    We can find a function in GPGME, it's _gpgme_map_pk_algo.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/g10/mainproc.c b/g10/mainproc.c
index cf22210..5689d73 100644
--- a/g10/mainproc.c
+++ b/g10/mainproc.c
@@ -475,11 +475,6 @@ proc_pubkey_enc (ctrl_t ctrl, CTX c, PACKET *pkt)
   if (is_status_enabled())
     {
       char buf[50];
-      /* FIXME: For ECC support we need to map the OpenPGP algo number
-         to the Libgcrypt defined one.  This is due a chicken-egg
-         problem: We need to have code in Libgcrypt for a new
-         algorithm so to implement a proposed new algorithm before the
-         IANA will finally assign an OpenPGP identifier.  */
       snprintf (buf, sizeof buf, "%08lX%08lX %d 0",
 		(ulong)enc->keyid[0], (ulong)enc->keyid[1], enc->pubkey_algo);
       write_status_text (STATUS_ENC_TO, buf);

-----------------------------------------------------------------------

Summary of changes:
 g10/mainproc.c | 5 -----
 1 file changed, 5 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list