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

CRYPT_HMAC_CTX Placeholder not big enough #3

Open
mrberman87 opened this issue Jul 27, 2022 · 0 comments
Open

CRYPT_HMAC_CTX Placeholder not big enough #3

mrberman87 opened this issue Jul 27, 2022 · 0 comments

Comments

@mrberman87
Copy link

The placeholder structure for CRYPT_HMAC_CTX is not big enough.

crypto/crypto.h

Line 960 in 455bfb5

uint64_t holder[96]; /* This structure should be large enough to hold

It worked for me with an array size of 99.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant