[openssl-dev] [openssl.org #3794] Missing symbols for padlock_aes_block during link in Master

Andy Polyakov via RT rt at openssl.org
Mon May 25 14:42:38 UTC 2015


> 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?




More information about the openssl-dev mailing list