gpgme/gpgme (ChangeLog gpgme.c)

cvs user marcus cvs at cvs.gnupg.org
Tue May 17 14:07:25 CEST 2005


    Date: Tuesday, May 17, 2005 @ 14:26:58
  Author: marcus
    Path: /cvs/gpgme/gpgme/gpgme

Modified: ChangeLog gpgme.c

2005-05-17  Marcus Brinkmann  <marcus at g10code.de>

	* gpgme.c (gpgme_new): Set the CTX->include_certs default to the
	default.


-----------+
 ChangeLog |    5 +++++
 gpgme.c   |    2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)


Index: gpgme/gpgme/ChangeLog
diff -u gpgme/gpgme/ChangeLog:1.400 gpgme/gpgme/ChangeLog:1.401
--- gpgme/gpgme/ChangeLog:1.400	Wed May 11 14:48:55 2005
+++ gpgme/gpgme/ChangeLog	Tue May 17 14:26:58 2005
@@ -1,3 +1,8 @@
+2005-05-17  Marcus Brinkmann  <marcus at g10code.de>
+
+	* gpgme.c (gpgme_new): Set the CTX->include_certs default to the
+	default.
+
 2005-05-11  Marcus Brinkmann  <marcus at g10code.de>
 
 	* w32-io.c (_gpgme_io_select): Fix loop increment.
Index: gpgme/gpgme/gpgme.c
diff -u gpgme/gpgme/gpgme.c:1.81 gpgme/gpgme/gpgme.c:1.82
--- gpgme/gpgme/gpgme.c:1.81	Thu Apr 28 18:11:33 2005
+++ gpgme/gpgme/gpgme.c	Tue May 17 14:26:58 2005
@@ -60,7 +60,7 @@
     }
 
   ctx->keylist_mode = GPGME_KEYLIST_MODE_LOCAL;
-  ctx->include_certs = 1;
+  ctx->include_certs = GPGME_INCLUDE_CERTS_DEFAULT;
   ctx->protocol = GPGME_PROTOCOL_OpenPGP;
   _gpgme_fd_table_init (&ctx->fdt);
 




More information about the Gnupg-commits mailing list