projects
/
gpgme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b11af5
)
Set protocol to CMS to test gpgsm
author
Werner Koch
<wk@gnupg.org>
Thu, 13 Dec 2001 15:06:56 +0000
(15:06 +0000)
committer
Werner Koch
<wk@gnupg.org>
Thu, 13 Dec 2001 15:06:56 +0000
(15:06 +0000)
tests/gpg/t-keylist.c
patch
|
blob
|
history
diff --git
a/tests/gpg/t-keylist.c
b/tests/gpg/t-keylist.c
index 1e06d86fd16a7729aae2cbff5f1bb40cc55afb86..2ffcd3e6cd899bc34151dbf81e918b13a26479f3 100644
(file)
--- 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;
}