-
Notifications
You must be signed in to change notification settings - Fork 84
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
re build failure - hmac.c:74:31: error: invalid application of 'sizeof' to an incomplete type 'HMAC_CTX' #201
Comments
Can you provide the output of |
OpenBSD i386 building with clang via gmake.
|
|
Is this the complete output? It should look like this:
|
The full output is available here: https://termbin.com/6lgf |
Can you check which OpenSSL Version/Variant is used? OpenSSL 3.0 with |
|
I don't know what you mean with |
Can you try this |
I did a git update, since I see hmac.c was updated on master. Now things went sideways with
|
You are using OpenBSD-current? It looks like there are ongoing changes to LibreSSL 3.5 (not released yet). I think we should wait until an official release comes out (maybe some changes will be reverted) and focus on fixing the OpenSSL 3 deprecation warnings for now. |
Hi,
Yes, openbsd current.
There’s always ongoing changes until there is a release, and then the work
continues again.
You can see the openbsd repo on GitHub
https://github.com/openbsd/src
Thanks!
|
Will close this for now until a complete migration guide for LibreSSL 3.5 is available. |
Since libressl 3.5 is released now, I could test and fix the remaining issues. Can you re-test on OpenBSD current? |
Yes. I’m still running openbsd current via snapshots, which has moved to
beta.
|
|
Hi,
Getting build failure with re. The file being referenced is ~5 years old.
The text was updated successfully, but these errors were encountered: