diff options
author | Marcus Brinkmann <[email protected]> | 2003-09-14 00:30:53 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-09-14 00:30:53 +0000 |
commit | f8867f27074b9371e5be8376360d75e97c2bbdd2 (patch) | |
tree | 7c6114486bff2460cf0f0f19d5133d882854e2d4 /tests/gpg/t-eventloop.c | |
parent | 2003-09-14 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-f8867f27074b9371e5be8376360d75e97c2bbdd2.tar.gz gpgme-f8867f27074b9371e5be8376360d75e97c2bbdd2.zip |
2003-09-14 Marcus Brinkmann <[email protected]>
* gpg/t-import.c (main): Likewise.
* gpg/t-keylist-sig.c (main): Likewise.
* gpg/t-keylist.c (main): Likewise.
* gpg/t-sign.c (main): Likewise.
* gpg/t-signers.c (main): Likewise.
* gpg/t-trustlist.c (main): Likewise.
* gpgsm/t-support.h: Include <stdlib.h> and <locale.h>.
(init_gpgme): New function.
* gpg/t-support.h: Likewise.
* gpgsm/t-verify.c (main): Call init_gpgme.
* gpgsm/t-decrypt.c (main): Likewise.
* gpgsm/t-encrypt.c (main): Likewise.
* gpgsm/t-export.c (main): Likewise.
* gpgsm/t-genkey.c (main): Likewise.
* gpgsm/t-import.c (main): Likewise.
* gpgsm/t-keylist.c (main): Likewise.
* gpgsm/t-sign.c (main): Likewise.
* gpg/t-verify.c (main): Call init_gpgme.
* gpg/t-decrypt-verify.c (main): Likewise.
* gpg/t-decrypt.c (main): Likewise.
* gpg/t-edit.c (main): Likewise.
* gpg/t-encrypt-sign.c (main): Likewise.
* gpg/t-encrypt-sym.c (main): Likewise.
* gpg/t-encrypt.c (main): Likewise.
* gpg/t-eventloop.c (main): Likewise.
* gpg/t-export.c (main): Likewise.
* gpg/t-genkey.c (main): Likewise.
Diffstat (limited to 'tests/gpg/t-eventloop.c')
-rw-r--r-- | tests/gpg/t-eventloop.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/gpg/t-eventloop.c b/tests/gpg/t-eventloop.c index 43e2c09b..7e8be3c3 100644 --- a/tests/gpg/t-eventloop.c +++ b/tests/gpg/t-eventloop.c @@ -168,6 +168,8 @@ main (int argc, char *argv[]) gpgme_key_t key[3] = { NULL, NULL, NULL }; int i; + init_gpgme (GPGME_PROTOCOL_OpenPGP); + for (i = 0; i < FDLIST_MAX; i++) fdlist[i].fd = -1; |