]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[crypto] Fix stray references to AES
authorMichael Brown <mcb30@ipxe.org>
Fri, 2 Feb 2024 17:09:06 +0000 (17:09 +0000)
committerMichael Brown <mcb30@ipxe.org>
Fri, 2 Feb 2024 17:09:06 +0000 (17:09 +0000)
commit36a27b22b1c4a587e66cc1eff1193f6c8c927b05
treeac01b539f065ca51c1b16b3d12cfd6477606a474
parent0cc0f47443ef9711775a748c2b0fb40e38643733
[crypto] Fix stray references to AES

The CBC_CIPHER() macro contains some accidentally hardcoded references
to an underlying AES cipher, instead of using the cipher specified in
the macro parameters.

Fix by using the macro parameter as required.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/cbc.h