Remove uneeded cast to unsigned int
authorRose <83477269+AtariDreams@users.noreply.github.com>
Tue, 19 Dec 2023 16:29:54 +0000 (11:29 -0500)
committerTomas Mraz <tomas@openssl.org>
Fri, 22 Dec 2023 13:43:31 +0000 (14:43 +0100)
commit6e155858d785297bd8b51f667bc440f4e7c17bfb
tree6ac63ac621d5e50c427e4dd056329cae900f23c5
parent8f0f814d791e0825b96c30494594de619da3e5a5
Remove uneeded cast to unsigned int

CLA: trivial

cipher_ctx->blocksize is already unsigned.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23098)
engines/e_devcrypto.c