Fix aes_core to use U64() macro..
authorShane Lontis <shane.lontis@oracle.com>
Mon, 21 Jun 2021 01:12:43 +0000 (11:12 +1000)
committerPauli <pauli@openssl.org>
Tue, 22 Jun 2021 03:24:51 +0000 (13:24 +1000)
commit4aaed2a5fb06ea327f60eea9f17a8f31a664eb99
tree306ffd09c92087593e4a83b0daf5113d0df82475
parentd65d2963839433bb4f15525df37d0f4f799466e5
Fix aes_core to use U64() macro..

AIX reported warnings of the form:
1506-207 (W) Integer constant 0x8080808080808080u out of range.

This truncation causes all startup self tests related to AES to fail.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15842)
crypto/aes/aes_core.c