projects
/
gpgme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3418358
)
Revert last change.
author
Marcus Brinkmann
<mb@g10code.com>
Fri, 14 Dec 2001 00:29:29 +0000
(
00:29
+0000)
committer
Marcus Brinkmann
<mb@g10code.com>
Fri, 14 Dec 2001 00:29:29 +0000
(
00:29
+0000)
tests/gpg/t-keylist.c
patch
|
blob
|
history
diff --git
a/tests/gpg/t-keylist.c
b/tests/gpg/t-keylist.c
index 2ffcd3e6cd899bc34151dbf81e918b13a26479f3..532a3ecf373e28baef3554ad888f67efec5c9f2e 100644
(file)
--- a/
tests/gpg/t-keylist.c
+++ b/
tests/gpg/t-keylist.c
@@
-144,8
+144,6
@@
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 {
@@
-154,10
+152,7
@@
main (int argc, char **argv )
} while ( loop );
gpgme_release (ctx);
- /* check_two_contexts ();*/
+ check_two_contexts ();
return 0;
}
-
-
-