mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 07:10:53 +03:00
Fix typo "default" (#997)
Co-authored-by: Jeroen van Erp <jeroen@hierynomus.com>
This commit is contained in:
@@ -286,8 +286,8 @@ public class SecurityUtils {
|
||||
if (securityProvider == null && registerBouncyCastle == null) {
|
||||
LOG.info("BouncyCastle not registered, using the default JCE provider");
|
||||
} else if (securityProvider == null) {
|
||||
LOG.error("Failed to register BouncyCastle as the defaut JCE provider");
|
||||
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");
|
||||
}
|
||||
}
|
||||
registrationDone = true;
|
||||
|
||||
Reference in New Issue
Block a user