Skip to content

Commit

Permalink
Remove SecureRandom providerDefaultRandom from BouncyCastleFipsProvid…
Browse files Browse the repository at this point in the history
…er substitution
  • Loading branch information
sberyozkin committed Nov 28, 2023
1 parent bf0829f commit e9da9c8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ final class Target_org_bouncycastle_jcajce_provider_BouncyCastleFipsProvider {
@Alias
@RecomputeFieldValue(kind = RecomputeFieldValue.Kind.Reset) //
private SecureRandom entropySource;

@Alias
@RecomputeFieldValue(kind = RecomputeFieldValue.Kind.Reset) //
private SecureRandom providerDefaultRandom;
}

@com.oracle.svm.core.annotate.TargetClass(className = "org.bouncycastle.math.ec.ECPoint", onlyWith = BouncyCastleCryptoFips.class)
Expand Down

0 comments on commit e9da9c8

Please sign in to comment.