80 characters limit
parent
a4dfa7e2cb
commit
58ffe8951e
|
@ -165,7 +165,8 @@ public class WolfSSLEngineHelper {
|
||||||
WolfSSLParameters params, int port, InetAddress peerAddr)
|
WolfSSLParameters params, int port, InetAddress peerAddr)
|
||||||
throws WolfSSLException {
|
throws WolfSSLException {
|
||||||
|
|
||||||
if (params == null || ssl == null || store == null || peerAddr == null || port < 0) {
|
if (params == null || ssl == null || store == null ||
|
||||||
|
peerAddr == null || port < 0) {
|
||||||
throw new WolfSSLException("Bad argument");
|
throw new WolfSSLException("Bad argument");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue