mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
cleanup: removes deprecation
This commit is contained in:
parent
a747ddbae4
commit
0dfe4d189b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue