aboutsummaryrefslogtreecommitdiffstats
path: root/tests/t-sign.c
diff options
context:
space:
mode:
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);