WolfSSLSocketFactory: use explicit com.wolfssl.WolfSSLContext to prevent class name clash/confusion
parent
8bfe57258f
commit
dd3522d323
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue