aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbcbarnes-gmx <bcbarnes@gmx.com>2013-07-22 08:37:41 -0500
committerbcbarnes-gmx <bcbarnes@gmx.com>2013-07-22 08:37:41 -0500
commiteaeb10c1e8b4f6524303a639b568bbfe7d7f0436 (patch)
treeee1719c8ae033abf21d7985844d454365480b787
parent3f97e30fa06ceb407fa26588300ab92aa882438d (diff)
downloadopen-keychain-eaeb10c1e8b4f6524303a639b568bbfe7d7f0436.tar.gz
open-keychain-eaeb10c1e8b4f6524303a639b568bbfe7d7f0436.tar.bz2
open-keychain-eaeb10c1e8b4f6524303a639b568bbfe7d7f0436.zip
Implemented issues #56
-rw-r--r--OpenPGP-Keychain/src/org/sufficientlysecure/keychain/helper/PgpMain.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/helper/PgpMain.java b/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/helper/PgpMain.java
index 60be62b92..d236f9faa 100644
--- a/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/helper/PgpMain.java
+++ b/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/helper/PgpMain.java
@@ -132,7 +132,8 @@ public class PgpMain {
}
// Not BC due to the use of Spongy Castle for Android
- public static final String BOUNCY_CASTLE_PROVIDER_NAME = "SC";
+ public static final String SC = BouncyCastleProvider.PROVIDER_NAME;
+ public static final String BOUNCY_CASTLE_PROVIDER_NAME = SC;
private static final int[] PREFERRED_SYMMETRIC_ALGORITHMS = new int[] {
SymmetricKeyAlgorithmTags.AES_256, SymmetricKeyAlgorithmTags.AES_192,