Skip to content

Commit 8e0860c

Browse files
committed
Correct comment
1 parent 02f3ed8 commit 8e0860c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ public void init(KeyManager[] kms, TrustManager[] tms, SecureRandom sr) throws K
316316
SSLContext.clearOptions(state.ctx, SSL.SSL_OP_NO_TICKET);
317317
}
318318

319-
// List the ciphers that the client is permitted to negotiate
319+
// Configure the ciphers that the client is permitted to negotiate
320320
SSLContext.setCipherSuite(state.ctx, sslHostConfig.getCiphers());
321321

322322
// If there is no certificate file must be using a KeyStore so a KeyManager is required.

0 commit comments

Comments
 (0)