Fix sparc t4 build error 'undefined symbol: cipher_hw_generic_cbc'
authorShane Lontis <shane.lontis@oracle.com>
Thu, 22 Oct 2020 01:07:58 +0000 (11:07 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Tue, 27 Oct 2020 05:32:59 +0000 (15:32 +1000)
commit5723a8ec514930c7c49d080cd7a2b17a8f8c7afa
tree75f7037a566be568b6e984217aaffc023cfba591
parent47b422c90aec6e3d1de38110d67e17133d086051
Fix sparc t4 build error 'undefined symbol: cipher_hw_generic_cbc'

cipher_hw_generic_##mode has been renamed to ossl_cipher_hw_generic_##mode.
There were a few missing renames for t4 in .inc files.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13213)
providers/implementations/ciphers/cipher_aes_hw_t4.inc
providers/implementations/ciphers/cipher_camellia_hw_t4.inc