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

* gpgme.c (gpgme_new): Set the CTX->include_certs default to the
	default.
This commit is contained in:
Marcus Brinkmann 2005-05-17 12:26:58 +00:00
parent bd44798c95
commit d386d747e2
2 changed files with 6 additions and 1 deletions

View 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> 2005-05-11 Marcus Brinkmann <marcus@g10code.de>
* w32-io.c (_gpgme_io_select): Fix loop increment. * w32-io.c (_gpgme_io_select): Fix loop increment.

View File

@ -60,7 +60,7 @@ gpgme_new (gpgme_ctx_t *r_ctx)
} }
ctx->keylist_mode = GPGME_KEYLIST_MODE_LOCAL; ctx->keylist_mode = GPGME_KEYLIST_MODE_LOCAL;
ctx->include_certs = 1; ctx->include_certs = GPGME_INCLUDE_CERTS_DEFAULT;
ctx->protocol = GPGME_PROTOCOL_OpenPGP; ctx->protocol = GPGME_PROTOCOL_OpenPGP;
_gpgme_fd_table_init (&ctx->fdt); _gpgme_fd_table_init (&ctx->fdt);