aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/gpg.c')
-rw-r--r--g10/gpg.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index c1a0be50f..c558b7246 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -357,7 +357,6 @@ enum cmd_and_opt_values
oAllowMultisigVerification,
oEnableDSA2,
oDisableDSA2,
- oDebugAllowRun,
oNoop
};
@@ -705,7 +704,6 @@ static ARGPARSE_OPTS opts[] = {
{ oAutoKeyLocate, "auto-key-locate", 2, "@"},
{ oNoAutoKeyLocate, "no-auto-key-locate", 0, "@"},
- { oDebugAllowRun, "debug_allow_run", 0, "@"},
{0,NULL,0,NULL}
};
@@ -1761,7 +1759,6 @@ main (int argc, char **argv )
int with_fpr = 0; /* make an option out of --fingerprint */
int any_explicit_recipient = 0;
int require_secmem=0,got_secmem=0;
- int allow_run = 0;
#ifdef __riscos__
opt.lock_once = 1;
@@ -2754,8 +2751,6 @@ main (int argc, char **argv )
case oEnableDSA2: opt.flags.dsa2=1; break;
case oDisableDSA2: opt.flags.dsa2=0; break;
- case oDebugAllowRun: allow_run = 1; break;
-
case oNoop: break;
default : pargs.err = configfp? 1:2; break;
@@ -2809,8 +2804,7 @@ main (int argc, char **argv )
}
#endif
- if (!allow_run)
- log_fatal ("This version of gpg is not ready for use, use gpg 1.4.x\n");
+ log_info ("WARNING: This version of gpg is not ready for use, use gpg 1.4.x\n");
/* FIXME: We should use logging to a file only in server mode;
however we have not yet implemetyed that. Thus we try to get