Skip to content

Commit

Permalink
Add two more exports when building OpenJCEPlus
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliult committed Dec 4, 2023
1 parent ebd0ba7 commit e8e1f54
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/java.base/share/classes/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,9 @@
jdk.crypto.cryptoki,
jdk.naming.dns;
exports sun.security.pkcs to
/*[IF OPENJCEPLUS_SUPPORT]*/
openjceplus,
/*[ENDIF] OPENJCEPLUS_SUPPORT */
jdk.crypto.ec,
jdk.jartool;
exports sun.security.provider to
Expand Down Expand Up @@ -372,6 +375,9 @@
exports sun.security.util.math.intpoly to
jdk.crypto.ec;
exports sun.security.x509 to
/*[IF OPENJCEPLUS_SUPPORT]*/
openjceplus,
/*[ENDIF] OPENJCEPLUS_SUPPORT */
jdk.crypto.ec,
jdk.crypto.cryptoki,
jdk.jartool;
Expand Down

0 comments on commit e8e1f54

Please sign in to comment.