Revert last change.

This commit is contained in:
Marcus Brinkmann 2001-12-14 00:29:29 +00:00
parent 341835864e
commit 0c05b3d8bd

View File

@ -144,8 +144,6 @@ main (int argc, char **argv )
fail_if_err (err); fail_if_err (err);
err = gpgme_new (&ctx); err = gpgme_new (&ctx);
#warning debug code
gpgme_set_protocol (ctx, GPGME_PROTOCOL_CMS);
fail_if_err (err); fail_if_err (err);
gpgme_set_keylist_mode (ctx, 1); /* no validity calculation */ gpgme_set_keylist_mode (ctx, 1); /* no validity calculation */
do { do {
@ -154,10 +152,7 @@ main (int argc, char **argv )
} while ( loop ); } while ( loop );
gpgme_release (ctx); gpgme_release (ctx);
/* check_two_contexts ();*/ check_two_contexts ();
return 0; return 0;
} }