netty5/handler/src/main/java/io/netty
Scott Mitchell 10d9f82f14 Remove duplicate call to SSLContext.setVerify from ReferenceCountedOpenSslServerContext
Motivation:
5e64985089 introduced support for the KeyManagerFactory while using OpenSSL. This same commit also introduced 2 calls to SSLContext.setVerify when 1 should be sufficient.

Modifications:
- Remove the duplicate call to SSLContext.setVerify

Result:
Less duplicate code in ReferenceCountedOpenSslServerContext.
2017-03-08 13:56:12 -08:00
..
handler Remove duplicate call to SSLContext.setVerify from ReferenceCountedOpenSslServerContext 2017-03-08 13:56:12 -08:00