We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2296d commit 11807fbCopy full SHA for 11807fb
prov/src/main/jdk1.4/org/bouncycastle/jce/provider/BouncyCastleProvider.java
@@ -51,7 +51,7 @@
51
public final class BouncyCastleProvider extends Provider
52
implements ConfigurableProvider
53
{
54
- private static String info = "BouncyCastle Security Provider v1.79";
+ private static String info = "BouncyCastle Security Provider v1.78";
55
56
public static final String PROVIDER_NAME = "BC";
57
0 commit comments