~ubuntu-branches/ubuntu/precise/gnupg2/precise-updates

« back to all changes in this revision

Viewing changes to common/status.c

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2011-02-13 16:06:41 UTC
  • mto: (1.1.15 upstream) (7.1.6 sid)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20110213160641-2vzropar4rtzwybv
ImportĀ upstreamĀ versionĀ 2.0.17

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
    case GPG_ERR_NOT_TRUSTED:     errstr = "10"; break;
60
60
    case GPG_ERR_MISSING_CERT:    errstr = "11"; break;
 
61
    case GPG_ERR_MISSING_ISSUER_CERT: errstr = "12"; break;
61
62
    default:                      errstr = "0"; break;
62
63
    }
63
64