remove duplicated typedef for u64
authorMax Bachmann <kontakt@maxbachmann.de>
Thu, 7 Dec 2023 02:48:58 +0000 (03:48 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 12 Dec 2023 19:01:34 +0000 (20:01 +0100)
commit84356a02fe248cfd490b6ee2fa269c09410a5afb
treeee26cc9a8ea6a952d934b4ac078c9f90e5d52000
parentf02d33118b0df745af45f415b4b9cd1c96989f74
remove duplicated typedef for u64

This typedef is already created in aes_local.h as `typedef uint64_t u64;`.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22969)
crypto/aes/aes_x86core.c