Skip to content

Commit 7f99d1f

Browse files
committed
[refactor] remove commented code
1 parent bf735b4 commit 7f99d1f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/java/org/jruby/ext/openssl/x509store/StoreContext.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2185,13 +2185,6 @@ public int call(final StoreContext context) throws Exception {
21852185
if (ok == 0) return ok;
21862186
}
21872187

2188-
//ok = context.checkCertificateTime(xs);
2189-
//if (ok == 0) return ok;
2190-
//
2191-
//context.currentIssuer = xi;
2192-
//context.currentCertificate = xs;
2193-
//ok = verifyCallback.call(context, 1);
2194-
//if (ok == 0) return ok;
21952188
if (!internal_verify_check_cert(context, xi, xs, n)) {
21962189
return 0;
21972190
}

0 commit comments

Comments
 (0)