[git] GnuPG - branch, master, updated. gnupg-2.1.20-95-g2e71bf3

by Andre Heinecke cvs at cvs.gnupg.org
Mon Apr 24 18:11:18 CEST 2017


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  2e71bf30f038ca0e142acbb6f650ce029105f8a2 (commit)
      from  ef1922b3b19df0aa7f8c15d503c603f76fc13f82 (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 2e71bf30f038ca0e142acbb6f650ce029105f8a2
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Tue Aug 12 21:22:23 2014 +0200

    w32: Enable wildcard expansion with mingw-w64
    
    * g10/gpg.c: Define _dowildcard = -1;
    
    --
    If this value is defined wildcard support in the c runtime
    is enabled again. This fixes a regression caused by switching to
    mingw 3.0
    
    Signed-off-by: Andre Heinecke <aheinecke at intevation.de>

diff --git a/g10/gpg.c b/g10/gpg.c
index e228427..d193cb2 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -73,6 +73,9 @@
 #define MY_O_BINARY  0
 #endif
 
+#ifdef __MINGW32__
+int _dowildcard = -1;
+#endif
 
 enum cmd_and_opt_values
   {

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

Summary of changes:
 g10/gpg.c | 3 +++
 1 file changed, 3 insertions(+)


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




More information about the Gnupg-commits mailing list