Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix asym_wrap_test on 32-bit architectures #431

Merged
merged 1 commit into from
Sep 11, 2024

Commits on Sep 11, 2024

  1. Fix asym_wrap_test on 32-bit architectures

    `C_WrapKey` and `C_UnwrapKey` use `CK_ULONG` for the wrapped key size,
    which isn't the same as `size_t` on all architectures.  This caused
    "passing argument ... from incompatible pointer type" errors on Debian
    i386.
    cjwatson committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    acddb55 View commit details
    Browse the repository at this point in the history