Skip to content

Commit

Permalink
Remove bindgen type exclusion
Browse files Browse the repository at this point in the history
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 <vkkoskie@gmail.com>
  • Loading branch information
vkkoskie committed Jan 28, 2022
1 parent 5f647cc commit 54ed4bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cryptoki-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ mod generate_bindings {
// Include types (e.g., structs) and constants (#define'd)
.allowlist_type("*")
.allowlist_var("*")
// See this issue: /~https://github.com/parallaxsecond/rust-cryptoki/issues/12
.blocklist_type("max_align_t")
// Two deprecated structs and their respective pointer types
.blocklist_type("CK_AES_CCM_PARAMS")
.blocklist_type("CK_AES_GCM_PARAMS")
Expand Down

0 comments on commit 54ed4bb

Please sign in to comment.