mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
Preparing a new release
This commit is contained in:
parent
b37c1ce1b9
commit
de5070caf0
20 changed files with 235 additions and 121 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue