[git] GPGME - branch, master, updated. gpgme-1.10.0-4-gbbb5e70

by NIIBE Yutaka cvs at cvs.gnupg.org
Mon Jan 29 11:40:37 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 "GnuPG Made Easy".

The branch, master has been updated
       via  bbb5e70e7e8598978b6c61b13ba77705ff86e469 (commit)
      from  58130b97f6582455fd355ac58ae3182a28812cfc (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 bbb5e70e7e8598978b6c61b13ba77705ff86e469
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Mon Jan 29 19:38:49 2018 +0900

    Fix compile error message.
    
    * src/get-env.c (_gpgme_getenv): Fix error message.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/src/get-env.c b/src/get-env.c
index 9e2df68..1adbeee 100644
--- a/src/get-env.c
+++ b/src/get-env.c
@@ -92,7 +92,6 @@ _gpgme_getenv (const char *name, char **value)
 }
 #else
 
-/* FIXME: Implement this when we have the specification for it.  */
-#error Use of getenv_r not implemented.
+#error No thread-safe getenv nor getenv_r
 
 #endif

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

Summary of changes:
 src/get-env.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


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




More information about the Gnupg-commits mailing list