There is an implicit function declaration in provider_conf_init, currently resulting in a warning during the build: crypto/provider_conf.c: In function 'provider_conf_init': crypto/provider_conf.c:329:13: warning: implicit declaration of function 'EVP_default_properties_enable_fips' [-Wimplicit-function-declaration] 329 | if (EVP_default_properties_enable_fips(libctx, 1) != 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Probably you just need to add #include <openssl/evp.h> to the top of the file, or add a suitable declaration of EVP_default_properties_enable_fips. I'd appreciate if you could fix this following your patch management practices, otherwise I'll just pile on another patch for this.
See also https://bugzilla.redhat.com/show_bug.cgi?id=2083879.
Would it be possible to fix this, please? It impacts C99 porting of other packages.
I've already committed the updated patch but didn't fix the issue that was discovered for aarch64. Hopefully this week.
FEDORA-2023-68886f4451 has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-68886f4451
FEDORA-2023-68886f4451 has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report.