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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user