> I'm trying to run OpenSSL Master through Clang's sanitizers. Below is > from 99-clang-sanitizer.conf (this is my fumbling). > > $ make > making all in crypto... > Undefined symbols for architecture x86_64: > "_padlock_aes_block", referenced from: > _padlock_ofb_cipher in libcrypto.a(e_padlock.o) > _padlock_cfb_cipher in libcrypto.a(e_padlock.o)
It appears that explicit no-asm is required to disable padlock. I mean can you confirm that configuring with explicit no-asm, even though you don't have asm modules in *your* config, does the trick? _______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev