From: Marcus Brinkmann Date: Tue, 17 May 2005 12:26:58 +0000 (+0000) Subject: 2005-05-17 Marcus Brinkmann X-Git-Tag: gpgme-1-1-0~41 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d386d747e29fd84dfb605185c282eaee2e306c25;p=gpgme.git 2005-05-17 Marcus Brinkmann * gpgme.c (gpgme_new): Set the CTX->include_certs default to the default. --- diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog index dadf512..86e1771 100644 --- a/gpgme/ChangeLog +++ b/gpgme/ChangeLog @@ -1,3 +1,8 @@ +2005-05-17 Marcus Brinkmann + + * gpgme.c (gpgme_new): Set the CTX->include_certs default to the + default. + 2005-05-11 Marcus Brinkmann * w32-io.c (_gpgme_io_select): Fix loop increment. diff --git a/gpgme/gpgme.c b/gpgme/gpgme.c index 5eb40be..85eaf3a 100644 --- a/gpgme/gpgme.c +++ b/gpgme/gpgme.c @@ -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);