don't use NEON, armv8 instructions on armhf The guaranteed ISA for armhf is armv7+fpu and does not include SIMD or armv8. Do not try to optimize the armhf binary with these extensions; users who want this should run the arm64 port.
[PATCH] daemon:connect: don't use FIPS_mode_set with OpenSSL 3 This function has been removed in OpenSSL 3, replaced by EVP_default_properties_enable_fips. See https://www.openssl.org/docs/man3.0/man7/migration_guide.html