Remove --size_t-is-usize from bindgen call

This has been on by default since
cc78b6fdb6,
and now removed from recent bindgen altogether.

Change-Id: Iea4c2a7480fe8b138c375686ca6b36e6d68257b3
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/58965
Reviewed-by: Nabil Wadih <nwadih@google.com>
Reviewed-by: Bob Beck <bbe@google.com>
Auto-Submit: David Benjamin <davidben@google.com>
Commit-Queue: Bob Beck <bbe@google.com>
fips-20230428
David Benjamin 2 years ago committed by Boringssl LUCI CQ
parent 3e91d372c0
commit e2d1401668
  1. 3
      rust/bssl-sys/CMakeLists.txt

@ -10,7 +10,6 @@ set(COMMAND ${BINDGEN_EXECUTABLE} "wrapper.h"
--no-derive-default
--enable-function-attribute-detection
--use-core
--size_t-is-usize
--default-macro-constant-type="signed"
--rustified-enum="point_conversion_form_t"
--allowlist-file=".*/include/openssl/.*\\.h"
@ -35,4 +34,4 @@ if(NOT BUILD_SHARED_LIBS)
configure_file("build.rs" "build.rs" COPYONLY)
endif()
configure_file("Cargo.toml" "Cargo.toml" COPYONLY)
configure_file("Cargo.toml" "Cargo.toml" COPYONLY)

Loading…
Cancel
Save