You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* automatically generated by rust-bindgen 0.58.1 */
pub const CKF_USER_PIN_TO_BE_CHANGED: u32 = 524288;
pub type CK_ULONG = ::std::os::raw::c_ulong;
Expected Results
The test is a minimal test case based on PKCS#11 headers.
I'm running this on a an MacOS Intel 64-bit host.
The problem is that the constant is cast to a u32, the type is cast to a u64.
Expected results would be that both are cast to u64 on a 64-bit host.
The text was updated successfully, but these errors were encountered:
Input C/C++ Header
Bindgen Invocation
Actual Results
Expected Results
The test is a minimal test case based on PKCS#11 headers.
I'm running this on a an MacOS Intel 64-bit host.
The problem is that the constant is cast to a u32, the type is cast to a u64.
Expected results would be that both are cast to u64 on a 64-bit host.
The text was updated successfully, but these errors were encountered: