[git] Poldi - branch, master, updated. release-0.4.1-31-g49a1cab

by NIIBE Yutaka cvs at cvs.gnupg.org
Wed May 7 03:08:56 CEST 2014


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 "PAM for the OpenPGP card".

The branch, master has been updated
       via  49a1cab533d43cc6a9aff3ded95105b7afad4198 (commit)
      from  ba7154bea83ba8b4888b9f733ee0de71deb6f3e4 (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 49a1cab533d43cc6a9aff3ded95105b7afad4198
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Wed May 7 10:10:38 2014 +0900

    SCD: fix for pinpad.
    
    * src/scd/scd.c (inq_needpin): It's now PINPAD.

diff --git a/src/scd/scd.c b/src/scd/scd.c
index d54b47e..52a64f4 100644
--- a/src/scd/scd.c
+++ b/src/scd/scd.c
@@ -727,7 +727,7 @@ inq_needpin (void *opaque, const char *line)
         rc = assuan_send_data (parm->ctx->assuan_ctx, pin, pinlen);
       xfree (pin);
     }
-  else if (!strncmp (line, "POPUPKEYPADPROMPT", 17)
+  else if (!strncmp (line, "POPUPPINPADPROMPT", 17)
            && (line[17] == ' ' || !line[17]))
     {
       if (!parm->getpin_cb)
@@ -742,7 +742,7 @@ inq_needpin (void *opaque, const char *line)
       
       rc = parm->getpin_cb (parm->getpin_cb_arg, line, NULL, 1);
     }
-  else if (!strncmp (line, "DISMISSKEYPADPROMPT", 19)
+  else if (!strncmp (line, "DISMISSPINPADPROMPT", 19)
            && (line[19] == ' ' || !line[19]))
     {
       if (!parm->getpin_cb)

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

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


hooks/post-receive
-- 
PAM for the OpenPGP card
http://git.gnupg.org




More information about the Gnupg-commits mailing list