mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-25 10:04:23 +01:00
cleanup: removes deprecation
This commit is contained in:
@@ -11,7 +11,7 @@ public class SecurityProvider extends Provider {
|
||||
private static final String info = "Security Provider v1.0";
|
||||
|
||||
public SecurityProvider() {
|
||||
super(PROVIDER_NAME, 1.0, info);
|
||||
super(PROVIDER_NAME, "1.0", info);
|
||||
put("SecureRandom.DEFAULT", DefaultRandom.class.getName());
|
||||
|
||||
// Workaround for BKS truststore
|
||||
|
||||
Reference in New Issue
Block a user