From: Werner Koch Date: Thu, 13 Dec 2001 15:06:56 +0000 (+0000) Subject: Set protocol to CMS to test gpgsm X-Git-Tag: gpgme-0-3-0~48 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4922297af1c515d6fea54aa30e1bfc7c2b44da26;p=gpgme.git Set protocol to CMS to test gpgsm --- diff --git a/tests/gpg/t-keylist.c b/tests/gpg/t-keylist.c index 1e06d86..2ffcd3e 100644 --- a/tests/gpg/t-keylist.c +++ b/tests/gpg/t-keylist.c @@ -144,6 +144,8 @@ main (int argc, char **argv ) fail_if_err (err); err = gpgme_new (&ctx); +#warning debug code + gpgme_set_protocol (ctx, GPGME_PROTOCOL_CMS); fail_if_err (err); gpgme_set_keylist_mode (ctx, 1); /* no validity calculation */ do { @@ -152,7 +154,7 @@ main (int argc, char **argv ) } while ( loop ); gpgme_release (ctx); - check_two_contexts (); + /* check_two_contexts ();*/ return 0; }