-
Notifications
You must be signed in to change notification settings - Fork 7
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
e_aes.c:1323:37: error: passing argument 1 of 'aes_gcm_set_key' from incompatible pointer type [-Wincompatible-pointer-types] #3
Comments
a) what do you mean by upstream? |
according to P.S. I use Hardened Gentoo Linux:
|
okay, thanks @blshkv ! I don't get why it compiled fine for me but on gentoo not. Probably it's due to the age of the system I used. For compiling the binary I'd rather tend to pick an old system so that users with those systems won't have problems running the binary. |
so the workaround is to compile with the following options:
A long term solution is to re-fork a more decent version and re-apply bad patches |
probably it's gcc 14 which implicitly does yeah, I could start from scratch with the "latest" version before the 1.0.2 branch became extinct :-) . But I wonder whether it would be better to use my time on other issues of the project. |
Yeah, may be not worth it, it's not a critical bug for this project. |
Where did you supply them? I didn't manage to pass the two flags, or better : I passed them but it looks like they were ignored. |
* Backport from https://github.com/openssl/openssl/pull/2300/files (openssl 1.1.1) * Trying to supply gcc compilerflags for gcc >=14 (see #3) in 00-testssl-stuff/make-openssl.sh but w/o success (Same with Configure) This fixes #2. See also testssl/testssl.sh#2356 .
* Backport from https://github.com/openssl/openssl/pull/2300/files (openssl 1.1.1) * Trying to supply gcc compilerflags for gcc >=14 (see #3) in 00-testssl-stuff/make-openssl.sh but w/o success (Same with Configure) This fixes #2. See also testssl/testssl.sh#2356 .
* Backport from https://github.com/openssl/openssl/pull/2300/files (openssl 1.1.1) * Trying to supply gcc compilerflags for gcc >=14 (see #3) in 00-testssl-stuff/make-openssl.sh but w/o success (Same with Configure) This fixes #2. See also testssl/testssl.sh#2356 .
Sorry, I can't clarify it right away because I added flags using Gentoo framework. I think it adds it to one of configs but I can't tell to which one exactly. I'll try to debug once I have access to my computer |
and then:
Please sync
e_aes.c
with upstreamThe text was updated successfully, but these errors were encountered: