~ubuntu-branches/ubuntu/raring/gnupg2/raring-security

« back to all changes in this revision

Viewing changes to common/status.h

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2011-05-25 14:27:35 UTC
  • mfrom: (1.2.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20110525142735-cn6ql0n73iqyrf10
Tags: upstream-2.0.17
ImportĀ upstreamĀ versionĀ 2.0.17

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
    STATUS_PKA_TRUST_GOOD,
125
125
 
126
126
    STATUS_TRUNCATED,
127
 
    STATUS_ERROR
 
127
    STATUS_ERROR,
 
128
    STATUS_SUCCESS
128
129
};
129
130
 
130
131