~ubuntu-branches/ubuntu/precise/gnupg2/precise-proposed

« back to all changes in this revision

Viewing changes to sm/gpgsm.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2006-01-24 04:31:42 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060124043142-pbg192or6qxv3yk2
Tags: 1.9.20-1
* New Upstream version. Closes:#306890,#344530
  * Closes:#320490: gpg-protect-tool fails to decrypt PKCS-12 files 
* Depend on libopensc2-dev, not -1-. Closes:#348106

Show diffs side-by-side

added added

removed removed

Lines of Context:
1220
1220
  if (may_coredump && !opt.quiet)
1221
1221
    log_info (_("WARNING: program may create a core file!\n"));
1222
1222
 
 
1223
/*   if (opt.qualsig_approval && !opt.quiet) */
 
1224
/*     log_info (_("This software has offically been approved to " */
 
1225
/*                 "create and verify\n" */
 
1226
/*                 "qualified signatures according to German law.\n")); */
 
1227
 
1223
1228
  if (logfile && cmd == aServer)
1224
1229
    {
1225
1230
      log_set_file (logfile);