Skip to content

Commit 71fde96

Browse files
committed
Remove bindgen type exclusion
Reverts parallaxsecond#13 See also: parallaxsecond#12 It appears that bindgen no longer generates the code that this suppression was written for. The resulting bindings are identical. Signed-off-by: Keith Koskie <[email protected]>
1 parent aace8f7 commit 71fde96

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cryptoki-sys/build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ mod generate_bindings {
112112
// Include types (e.g., structs) and constants (#define'd)
113113
.allowlist_type("*")
114114
.allowlist_var("*")
115-
// See this issue: https://github.com/parallaxsecond/rust-cryptoki/issues/12
116-
.blocklist_type("max_align_t")
117115
// Two deprecated structs and their respective pointer types
118116
.blocklist_type("CK_AES_CCM_PARAMS")
119117
.blocklist_type("CK_AES_GCM_PARAMS")

0 commit comments

Comments
 (0)