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). ------------- Commit messages: - JDK-8388412 Update PKCS#11 Cryptographic Token Interface to v3.2 Changes: https://git.openjdk.org/jdk/pull/32003/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=32003&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8388412 Stats: 1066 lines in 4 files changed: 392 ins; 6 del; 668 mod Patch: https://git.openjdk.org/jdk/pull/32003.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/32003/head:pull/32003 PR: https://git.openjdk.org/jdk/pull/32003
