We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8731f6 commit bcd68c8Copy full SHA for bcd68c8
cryptoki-sys/vendor/pkcs11.h
@@ -7,6 +7,10 @@
7
#define CRYPTOKI_VERSION_MINOR 1
8
#define CRYPTOKI_VERSION_AMENDMENT 0
9
10
+#if defined(_WIN32) || defined(CRYPTOKI_FORCE_WIN32)
11
+#pragma pack(push, cryptoki, 1)
12
+#endif
13
+
14
/* Basic types */
15
typedef unsigned char CK_BBOOL;
16
typedef unsigned char CK_BYTE;
@@ -2407,5 +2411,8 @@ struct CK_FUNCTION_LIST {
2407
2411
CK_C_WaitForSlotEvent C_WaitForSlotEvent;
2408
2412
};
2409
2413
2414
2415
+#pragma pack(pop, cryptoki)
2416
2410
2417
2418
#endif
0 commit comments