aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpgv.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/gpgv.c')
-rw-r--r--g10/gpgv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/gpgv.c b/g10/gpgv.c
index dcb2a9d94..e0dfe92d2 100644
--- a/g10/gpgv.c
+++ b/g10/gpgv.c
@@ -150,7 +150,7 @@ main( int argc, char **argv )
opt.command_fd = -1; /* no command fd */
opt.pgp2_workarounds = 1;
opt.keyserver_options.auto_key_retrieve = 1;
- opt.always_trust = 1;
+ opt.trust_model = TM_ALWAYS;
opt.batch = 1;
#if defined (__MINGW32__) || defined (__CYGWIN32__)