On Fri, 4 Mar 2022 15:39:56 GMT, Sean Mullan <mul...@openjdk.org> wrote:

>> Andrey Turbanov has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   8282632: Cleanup unnecessary calls to Throwable.initCause() in 
>> java.security.jgss
>>   typo
>
> src/java.security.jgss/share/classes/sun/security/krb5/internal/crypto/dk/ArcFourCrypto.java
>  line 161:
> 
>> 159:            Ksign = getHmac(baseKey, new_ss);
>> 160:         } catch (Exception e) {
>> 161:             throw new GeneralSecurityException("Calculate Checkum 
>> Failed!", e);
> 
> Can you also fix the typo, "Checkum" should be "Checksum". Same comment 
> applies to line 172.

Sure. Fixed

-------------

PR: https://git.openjdk.java.net/jdk/pull/7682

Reply via email to