Added by dani254 over 1 year ago
Hello
Since openssl1.1.1 is EOL, I am migrating mod_openssl to use openssl3.0.
In my toolchain there is only gcc 4.8.1 without support for libatomic.
So I have to compile openssl single threaded. (option no-threads).
On my target platform (single core powerpc 32bit cpu) everything seems to work so far.
Are there any known side effects or problems?
Best regards
Daniel
On my target platform (single core powerpc 32bit cpu) everything seems to work so far.
Are there any known side effects or problems?
None known. lighttpd is single threaded and is generally very portable, even to older systems.