aboutsummaryrefslogtreecommitdiffstats
path: root/tests/t-sign.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2000-11-20 20:17:36 +0000
committerWerner Koch <[email protected]>2000-11-20 20:17:36 +0000
commitf9a167c516c8bf5f9dfc076fa51eb60dc96c86fb (patch)
tree6247d32de5c7100587b7c01841fe3a877504e4a8 /tests/t-sign.c
parentconfiguration changes (diff)
downloadgpgme-f9a167c516c8bf5f9dfc076fa51eb60dc96c86fb.tar.gz
gpgme-f9a167c516c8bf5f9dfc076fa51eb60dc96c86fb.zip
Does some basic tasks.V0-1-0
Diffstat (limited to '')
-rw-r--r--tests/t-sign.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/t-sign.c b/tests/t-sign.c
index 4d3ed340..c09b2c96 100644
--- a/tests/t-sign.c
+++ b/tests/t-sign.c
@@ -66,8 +66,8 @@ main (int argc, char **argv )
err = gpgme_data_new ( &out );
fail_if_err (err);
- gpgme_op_set_textmode (ctx, 1);
- gpgme_op_set_armor (ctx, 1);
+ gpgme_set_textmode (ctx, 1);
+ gpgme_set_armor (ctx, 1);
err = gpgme_op_sign (ctx, in, out );
fail_if_err (err);