diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-09-23 14:56:51 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-09-23 14:56:51 -0700 |
| commit | 0bff2e665b3a6389b47510e4c04a5a454f6dd7d4 (patch) | |
| tree | e7f3368c067594b98699c5cf62f0991e8ceb2e4f /rt/lib/RT/Crypt | |
| parent | 806d426d106efea2b2b13314108c4ac046511e1c (diff) | |
rt 4.0.7
Diffstat (limited to 'rt/lib/RT/Crypt')
| -rw-r--r-- | rt/lib/RT/Crypt/GnuPG.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/lib/RT/Crypt/GnuPG.pm b/rt/lib/RT/Crypt/GnuPG.pm index ab444d068..c5fb12bef 100644 --- a/rt/lib/RT/Crypt/GnuPG.pm +++ b/rt/lib/RT/Crypt/GnuPG.pm @@ -1683,6 +1683,7 @@ my %ignore_keyword = map { $_ => 1 } qw( BEGIN_ENCRYPTION SIG_ID VALIDSIG ENC_TO BEGIN_DECRYPTION END_DECRYPTION GOODMDC TRUST_UNDEFINED TRUST_NEVER TRUST_MARGINAL TRUST_FULLY TRUST_ULTIMATE + DECRYPTION_INFO ); sub ParseStatus { |
