Skip to content

Commit

Permalink
8278099: two sun/security/pkcs11/Signature tests failed with Assertio…
Browse files Browse the repository at this point in the history
…nError

Backport-of: 669c90e23b2397fa9fb4388e8380c95c3b19eb48
  • Loading branch information
GoeLin committed Dec 29, 2021
1 parent 38fdf4f commit 3adb3dd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ public CK_MECHANISM(long mechanism,
// CK_MECHANISM(long) constructor and setParameter(CK_RSA_PKCS_PSS_PARAMS)
// methods instead of creating yet another constructor
public void setParameter(CK_RSA_PKCS_PSS_PARAMS params) {
assert(this.mechanism == CKM_RSA_PKCS_PSS);
assert(params != null);
if (this.pParameter != null && this.pParameter.equals(params)) {
return;
Expand Down

1 comment on commit 3adb3dd

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.