From e88c7782bf6917dd01bd55a1ff4275644cae823b Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 10 Nov 2009 14:54:39 +0000 Subject: 2009-11-10 Marcus Brinkmann * gpgme.c (gpgme_new): Set default sub protocol. * gpgme-tool.c: Implement get sub protocol. --- src/gpgme.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gpgme.c') diff --git a/src/gpgme.c b/src/gpgme.c index 7c523851..2d709e40 100644 --- a/src/gpgme.c +++ b/src/gpgme.c @@ -77,6 +77,7 @@ gpgme_new (gpgme_ctx_t *r_ctx) ctx->keylist_mode = GPGME_KEYLIST_MODE_LOCAL; ctx->include_certs = GPGME_INCLUDE_CERTS_DEFAULT; ctx->protocol = GPGME_PROTOCOL_OpenPGP; + ctx->sub_protocol = GPGME_PROTOCOL_DEFAULT; _gpgme_fd_table_init (&ctx->fdt); LOCK (def_lc_lock); -- cgit v1.2.3