WolfSSLSocketFactory: use explicit com.wolfssl.WolfSSLContext to prevent class name clash/confusion

pull/37/head
Chris Conlon 2020-03-18 11:32:53 -06:00
parent 8bfe57258f
commit dd3522d323
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ import com.wolfssl.WolfSSLContext;
public class WolfSSLSocketFactory extends SSLSocketFactory {
private WolfSSLAuthStore authStore = null;
private WolfSSLContext ctx = null;
private com.wolfssl.WolfSSLContext ctx = null;
private SSLParameters params;
/* This constructor is used when the JSSE call