diff options
| author | Vincent Breitmoser <valodim@mugenguild.com> | 2014-09-17 14:32:14 +0200 | 
|---|---|---|
| committer | Vincent Breitmoser <valodim@mugenguild.com> | 2014-09-17 14:32:14 +0200 | 
| commit | a3e7406b3db904267b3ece305a369cfd2ad8583a (patch) | |
| tree | 4ac8b12b418526652c53ecb53129a79a91c2673f /OpenKeychain/src | |
| parent | 27cc92cbefabb1c3a33fd0c8a2acb3da176f2c23 (diff) | |
| download | open-keychain-a3e7406b3db904267b3ece305a369cfd2ad8583a.tar.gz open-keychain-a3e7406b3db904267b3ece305a369cfd2ad8583a.tar.bz2 open-keychain-a3e7406b3db904267b3ece305a369cfd2ad8583a.zip | |
fix encrypt/decrypt classes
Diffstat (limited to 'OpenKeychain/src')
| -rw-r--r-- | OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpDecryptVerify.java | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpDecryptVerify.java b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpDecryptVerify.java index 1d8ca1b54..73e17f95e 100644 --- a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpDecryptVerify.java +++ b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpDecryptVerify.java @@ -643,9 +643,6 @@ public class PgpDecryptVerify {                  return new DecryptVerifyResult(DecryptVerifyResult.RESULT_ERROR, log);              }          } else { -            // no integrity check -            Log.d(Constants.TAG, "Encrypted data was not integrity protected! MDC packet is missing!"); -              // If no valid signature is present:              // Handle missing integrity protection like failed integrity protection!              // The MDC packet can be stripped by an attacker! | 
