1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

my_aes_get_size()

return unsigned, not signed.
return a value large enough for GCM
This commit is contained in:
Sergei Golubchik
2015-05-27 19:41:29 +02:00
parent 487e5f4590
commit ebc5e00641
4 changed files with 13 additions and 11 deletions

View File

@@ -73,7 +73,7 @@ int my_aes_decrypt_ecb(const uchar* source, uint source_length,
int my_random_bytes(uchar* buf, int num);
int my_aes_get_size(int source_length);
uint my_aes_get_size(uint source_length);
#ifdef __cplusplus
}