Skip to content

Commit

Permalink
Revert changes to pkcs11.h
Browse files Browse the repository at this point in the history
  • Loading branch information
TheShermanTanker committed Jul 14, 2022
1 parent f011550 commit 3babccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jdk.crypto.cryptoki/share/native/libj2pkcs11/pkcs11.h
Expand Up @@ -99,7 +99,7 @@ extern "C" {
* functions in a Win32 Cryptoki .dll, in might be defined by:
*
* #define CK_DECLARE_FUNCTION_POINTER(returnType, name) \
* returnType (* name)
* returnType __declspec(dllimport) (* name)
*
* In a UNIX environment, it might be defined by:
*
Expand Down

0 comments on commit 3babccb

Please sign in to comment.