On Thu, 18 Aug 2022 10:59:20 GMT, Michael McMahon <[email protected]> wrote:
> Looks good. Minor suggestion that the check in line 144 be changed to:
>
> if (ss == SEC_E_OK) {
>
> which complements the change to the initialization of variable ss.
Hi Michael, I adjusted the check.
-------------
PR: https://git.openjdk.org/jdk/pull/9914
