2005-05-17 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Tue, 17 May 2005 12:26:58 +0000 (12:26 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Tue, 17 May 2005 12:26:58 +0000 (12:26 +0000)
* gpgme.c (gpgme_new): Set the CTX->include_certs default to the
default.

gpgme/ChangeLog
gpgme/gpgme.c

index dadf512d322bbbde724a99ebde6407275ee912a7..86e17713fa75039e8d8c8fa7d76844bb62502b51 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-17  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgme.c (gpgme_new): Set the CTX->include_certs default to the
+       default.
+
 2005-05-11  Marcus Brinkmann  <marcus@g10code.de>
 
        * w32-io.c (_gpgme_io_select): Fix loop increment.
index 5eb40bea57fc5635bc5a3a3f2c287af18aaa2304..85eaf3a0858df40ecac91bc73e2aa713abfdee18 100644 (file)
@@ -60,7 +60,7 @@ gpgme_new (gpgme_ctx_t *r_ctx)
     }
 
   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);