Backport of "openssl.recipe: Update to 1.1.1d" into 1.16
Had to disable asm on x86_64 because of:
Undefined symbols for architecture x86_64:
"_aesni_cbc_encrypt", referenced from:
_aesni_init_key in libcrypto.a(e_aes.o)
_aesni_cbc_cipher in libcrypto.a(e_aes.o)
"_aesni_ccm64_decrypt_blocks", referenced from:
...
Edited by Nirbheek Chauhan