mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Use the right type for sizeof's result
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ static unsigned char a2[crypto_auth_hmacsha512_BYTES];
|
||||
int main(void)
|
||||
{
|
||||
crypto_auth_hmacsha512_state st;
|
||||
int i;
|
||||
size_t i;
|
||||
|
||||
assert(crypto_auth_hmacsha512_statebytes() ==
|
||||
sizeof(crypto_auth_hmacsha512_state));
|
||||
|
||||
Reference in New Issue
Block a user