Copy/paste fix in a test
diff --git a/sshd-core/src/test/java/org/apache/sshd/common/cipher/OpenSshCipherTest.java b/sshd-core/src/test/java/org/apache/sshd/common/cipher/OpenSshCipherTest.java
index 1b9ae7d..10d6c34 100644
--- a/sshd-core/src/test/java/org/apache/sshd/common/cipher/OpenSshCipherTest.java
+++ b/sshd-core/src/test/java/org/apache/sshd/common/cipher/OpenSshCipherTest.java
@@ -24,7 +24,6 @@
 import java.util.List;
 
 import org.apache.sshd.client.SshClient;
-import org.apache.sshd.client.auth.pubkey.HostBoundPubKeyAuthTest;
 import org.apache.sshd.client.future.AuthFuture;
 import org.apache.sshd.client.session.ClientSession;
 import org.apache.sshd.common.keyprovider.FileKeyPairProvider;
@@ -58,7 +57,7 @@
 @Category(ContainerTestCase.class)
 public class OpenSshCipherTest extends BaseTestSupport {
 
-    private static final Logger LOG = LoggerFactory.getLogger(HostBoundPubKeyAuthTest.class);
+    private static final Logger LOG = LoggerFactory.getLogger(OpenSshCipherTest.class);
 
     // Re-use an already defined key
     private static final String TEST_RESOURCES = "org/apache/sshd/common/kex/extensions/client";