X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/e2fac8b15b12a7979f72090454d850e612fc5b13..b0d623f7f2ae71ed96e60569f61f9a9a27016e80:/bsd/crypto/aes/aes.h diff --git a/bsd/crypto/aes/aes.h b/bsd/crypto/aes/aes.h index f75d02272..eaba0a692 100644 --- a/bsd/crypto/aes/aes.h +++ b/bsd/crypto/aes/aes.h @@ -58,11 +58,11 @@ extern "C" #define AES_BLOCK_SIZE 16 /* the AES block size in bytes */ #define N_COLS 4 /* the number of columns in the state */ -typedef unsigned long uint_32t; +typedef unsigned int uint_32t; typedef unsigned char uint_8t; typedef unsigned short uint_16t; typedef unsigned char aes_08t; -typedef unsigned long aes_32t; +typedef unsigned int aes_32t; #define void_ret void #define int_ret int