We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0816bf9 commit 4fe6052Copy full SHA for 4fe6052
src/main/java/net/schmizz/sshj/common/SecurityUtils.java
@@ -286,8 +286,8 @@ private static void register() {
286
if (securityProvider == null && registerBouncyCastle == null) {
287
LOG.info("BouncyCastle not registered, using the default JCE provider");
288
} else if (securityProvider == null) {
289
- LOG.error("Failed to register BouncyCastle as the defaut JCE provider");
290
- throw new SSHRuntimeException("Failed to register BouncyCastle as the defaut JCE provider");
+ LOG.error("Failed to register BouncyCastle as the default JCE provider");
+ throw new SSHRuntimeException("Failed to register BouncyCastle as the default JCE provider");
291
}
292
293
registrationDone = true;
0 commit comments