U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* Fedora 41 drops OpenSSL ENGINE support, u-boot can't compile anymore.
@ 2024-11-03 23:30 Bas Magré
  2024-11-04 11:56 ` Fabio Estevam
  2024-11-04 12:28 ` Peter Robinson
  0 siblings, 2 replies; 4+ messages in thread
From: Bas Magré @ 2024-11-03 23:30 UTC (permalink / raw)
  To: u-boot

On compiling on Fedora 41 you will get the error:

fatal error: openssl/engine.h: No such file or directory

It was already legacy:
https://docs.openssl.org/3.0/man7/migration_guide/#support-of-legacy-engines

Fedora 41 has removed it:
https://fedoraproject.org/wiki/Changes/OpensslDeprecateEngine

So after updating to Fedora 41, I can't compile u-boot anymore. (I can
compile it in a docker-container). But this will be a problem for more
people.

The code that gives the problem is here added:
https://patchwork.ozlabs.org/project/uboot/patch/20170106191417.6115-1-george.mccollister@gmail.com/

On GitHub I have created a branch that can compile now. But this is my
first c code in 20 years (only done this on my highschool for 3
months).

https://github.com/Opvolger/u-boot/tree/opensll-without-engine

I think you can make a nicer/better solution.

Greetings Bas.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-11-04 12:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-03 23:30 Fedora 41 drops OpenSSL ENGINE support, u-boot can't compile anymore Bas Magré
2024-11-04 11:56 ` Fabio Estevam
2024-11-04 12:23   ` Quentin Schulz
2024-11-04 12:28 ` Peter Robinson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox