We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca0fa4 commit 3c85b86Copy full SHA for 3c85b86
src/main/java/net/schmizz/sshj/DefaultConfig.java
@@ -146,8 +146,7 @@ protected void initKeyAlgorithms() {
146
}
147
148
protected void initRandomFactory(boolean bouncyCastleRegistered) {
149
- setRandomFactory(new SingletonRandomFactory(bouncyCastleRegistered
150
- ? new BouncyCastleRandom.Factory() : new JCERandom.Factory()));
+ setRandomFactory(new SingletonRandomFactory(new JCERandom.Factory()));
151
152
153
protected void initFileKeyProviderFactories(boolean bouncyCastleRegistered) {
0 commit comments