[git] GnuPG - branch, master, updated. gnupg-2.2.7-310-ge6b7e0f

by NIIBE Yutaka cvs at cvs.gnupg.org
Tue Dec 18 02:28:26 CET 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  e6b7e0ff9990813ac9f11b2d9d92596d6379ebfe (commit)
      from  40c307fa8d0e813f2aa57806f25b8b0063cc2be3 (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 e6b7e0ff9990813ac9f11b2d9d92596d6379ebfe
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Tue Dec 18 10:26:57 2018 +0900

    scd: Fix description string.
    
    * scd/app-openpgp.c (data_objects): Capitalize the word for usage.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c
index 9948c0b..c87add1 100644
--- a/scd/app-openpgp.c
+++ b/scd/app-openpgp.c
@@ -122,8 +122,8 @@ static struct {
   { 0x7F74, 0, 0x6E, 1, 0, 0, 0, 0, "General Feature Management"},
   { 0x00D5, 0,    0, 1, 0, 0, 0, 0, "AES key data"},
   { 0x00D6, 0, 0x6E, 1, 0, 0, 0, 0, "UIF for Signature"},
-  { 0x00D7, 0, 0x6E, 1, 0, 0, 0, 0, "UIF for decryption"},
-  { 0x00D8, 0, 0x6E, 1, 0, 0, 0, 0, "UIF for authentication"},
+  { 0x00D7, 0, 0x6E, 1, 0, 0, 0, 0, "UIF for Decryption"},
+  { 0x00D8, 0, 0x6E, 1, 0, 0, 0, 0, "UIF for Authentication"},
   { 0x00F9, 0,    0, 1, 0, 0, 0, 0, "KDF data object"},
   { 0 }
 };

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

Summary of changes:
 scd/app-openpgp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


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




More information about the Gnupg-commits mailing list