diff options
Diffstat (limited to 'tests/gpg/t-export.c')
-rw-r--r-- | tests/gpg/t-export.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/gpg/t-export.c b/tests/gpg/t-export.c index a5c24fc6..44c48f93 100644 --- a/tests/gpg/t-export.c +++ b/tests/gpg/t-export.c @@ -36,6 +36,8 @@ main (int argc, char **argv) gpgme_data_t out; const char *pattern[] = { "Alpha", "Bob", NULL }; + init_gpgme (GPGME_PROTOCOL_OpenPGP); + err = gpgme_new (&ctx); fail_if_err (err); |