On Thu, 10 Nov 2022 17:07:45 GMT, Kevin Driver <kdri...@openjdk.org> wrote:
>> Weijun Wang has updated the pull request incrementally with one additional >> commit since the last revision: >> >> address xuelei's comments > > test/jdk/javax/crypto/EncryptedPrivateKeyInfo/GetAlgName.java line 72: > >> 70: epki = new EncryptedPrivateKeyInfo(ap2, BYTES); >> 71: if (!epki.getAlgName().equalsIgnoreCase(algo)) { >> 72: System.out.println("...expect: " + algo); > > should be "...expected: " Will fix. Thanks. ------------- PR: https://git.openjdk.org/jdk/pull/11067