On Tue, 22 Sep 2020 13:53:12 GMT, Sean Mullan <mul...@openjdk.org> wrote:

>> Anthony Scarpino has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   remove JDKOPT_DETECT_INTREE_EC from configure.ac
>
> src/jdk.crypto.ec/share/classes/sun/security/ec/ECDHKeyAgreement.java line 
> 180:
> 
>> 178:                         ((privNC != null) ? privNC.toString() : " 
>> unknown") +
>> 179:                         ", PublicKey:" +
>> 180:                         ((pubNC != null) ? pubNC.toString() : " 
>> unknown")));
> 
> Spacing issues: "PublicKey:" should be "PublicKey: " and " unknown" should be 
> "unknown".

After considering the keys closer, I don't need to specify the key anymore.  
PrivateKey and PublicKey were removed

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

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

Reply via email to