80 characters limit

pull/224/head
Reda Chouk 2024-09-26 10:57:55 +02:00
parent a4dfa7e2cb
commit 58ffe8951e
1 changed files with 2 additions and 1 deletions

View File

@ -165,7 +165,8 @@ public class WolfSSLEngineHelper {
WolfSSLParameters params, int port, InetAddress peerAddr)
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");
}