On Wed, 22 Jul 2026 07:46:49 GMT, Andreas Chmielewski <[email protected]> wrote:
> While updating the PKCS#11 headers from v3.1 to v3.2, I copied the files from > the upstream specification repository. Unfortunately, the upstream versions > of the following files contain tab characters in some of the newer additions: > > src/jdk.crypto.cryptoki/share/native/libj2pkcs11/pkcs11t.h > src/jdk.crypto.cryptoki/share/native/libj2pkcs11/pkcs11f.h > > git pr create --jcheck reported whitespace violations for these tabs. To make > it pass, I replaced the tabs with (4) spaces. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). This pull request has now been integrated. Changeset: 7e28af20 Author: Andreas Chmielewski <[email protected]> Committer: Andrew Haley <[email protected]> URL: https://git.openjdk.org/jdk/commit/7e28af20ee76808d66ac5ce4d254539bac5c8e72 Stats: 1076 lines in 4 files changed: 393 ins; 4 del; 679 mod 8388412: Update PKCS#11 Cryptographic Token Interface to v3.2 Reviewed-by: valeriep ------------- PR: https://git.openjdk.org/jdk/pull/32003
