[git] GPGME - branch, master, updated. gpgme-1.4.2-21-gf916ab7

by Werner Koch cvs at cvs.gnupg.org
Wed Feb 12 20:37:34 CET 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 "GnuPG Made Easy".

The branch, master has been updated
       via  f916ab753b7d17210cd455666870038949f72851 (commit)
      from  1a504aab384947c1a6e949affd14bc696297fc8d (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 f916ab753b7d17210cd455666870038949f72851
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Feb 12 20:36:08 2014 +0100

    Fix type inconsistency between gpgme.h and gpgme.c.
    
    * src/gpgme.c (gpgme_set_pinentry_mode): Fix type of MODE.
    --
    
    GnuPG-bug-id: 1617

diff --git a/src/gpgme.c b/src/gpgme.c
index 3d00018..9c297d8 100644
--- a/src/gpgme.c
+++ b/src/gpgme.c
@@ -527,7 +527,7 @@ gpgme_get_keylist_mode (gpgme_ctx_t ctx)
 
 /* Set the pinentry mode for CTX to MODE. */
 gpgme_error_t
-gpgme_set_pinentry_mode (gpgme_ctx_t ctx, gpgme_keylist_mode_t mode)
+gpgme_set_pinentry_mode (gpgme_ctx_t ctx, gpgme_pinentry_mode_t mode)
 {
   TRACE1 (DEBUG_CTX, "gpgme_set_pinentry_mode", ctx, "pinentry_mode=%u",
 	  (unsigned int)mode);

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

Summary of changes:
 src/gpgme.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list