Undefined symbols for architecture armv7:
"_FIPS_text_start", referenced from:
_FINGERPRINT_premain in fips_premain.o
"_FIPS_signature", referenced from:
_FINGERPRINT_premain in fips_premain.o
+[VTFipsInfo getEmbeddedFingerprint] in VTFipsInfo.o
"_FIPS_incore_fingerprint", referenced from:
_FINGERPRINT_premain in fips_premain.o
+[VTFipsInfo getExpectedFingerprint] in VTFipsInfo.o
ld: symbol(s) not found for architecture armv7
VTFipsInfo.o is my objective-c files that get if FIPS is enabled and gets the hashes to display to the end user. If I try this on our buildkite server it replaces armv7 with x86_64. However running lipo --info on my libssl and libcrypt.a returns
Architectures in the fat file: libssl.a are: armv7 i386 armv7s x86_64 arm64
Architectures in the fat file: libcrypto.a are: armv7 i386 armv7s x86_64 arm64
My valid architectures in xcode are armv7, armv7s and armv64. Before I upgraded my openssl and added armv7s support, this wasn't an issue.
Any ideas how to fix this?
-- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users