mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Print a note that the software has not been approved for qualified signatures.
This commit is contained in:
parent
29a62827b4
commit
b8795bb823
6 changed files with 127 additions and 9 deletions
|
@ -1220,6 +1220,11 @@ main ( int argc, char **argv)
|
|||
if (may_coredump && !opt.quiet)
|
||||
log_info (_("WARNING: program may create a core file!\n"));
|
||||
|
||||
/* if (opt.qualsig_approval && !opt.quiet) */
|
||||
/* log_info (_("This software has offically been approved to " */
|
||||
/* "create and verify\n" */
|
||||
/* "qualified signatures according to German law.\n")); */
|
||||
|
||||
if (logfile && cmd == aServer)
|
||||
{
|
||||
log_set_file (logfile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue