Fix TLS not using aes_cbc_hmac_sha ciphers
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Sun, 19 Jan 2020 11:23:40 +0000 (12:23 +0100)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Tue, 21 Jan 2020 12:55:50 +0000 (13:55 +0100)
commita3998ea8166e557c2dcf18325c8eb5c45109fa50
tree00c86dec41e55c482a02a642ed6c691ed249af73
parentd6116a9850f83f02af263ffa850d5510edff516c
Fix TLS not using aes_cbc_hmac_sha ciphers

AES_ASM was repaced by AESNI_ASM, so use that.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10892)
ssl/record/rec_layer_s3.c