mirror of
https://github.com/libAthena/athena.git
synced 2025-12-10 05:57:57 +00:00
OS X build fixes
This commit is contained in:
@@ -400,7 +400,7 @@ void SoftwareAES::setKey(const uint8_t* key)
|
||||
}
|
||||
|
||||
// CBC mode decryption
|
||||
void SoftwareAES::decrypt(const uint8_t* iv, const uint8_t* inbuf, uint8_t* outbuf, size_t len)
|
||||
void SoftwareAES::decrypt(const uint8_t* iv, const uint8_t* inbuf, uint8_t* outbuf, uint64_t len)
|
||||
{
|
||||
uint8_t block[16];
|
||||
const uint8_t* ctext_ptr;
|
||||
|
||||
Reference in New Issue
Block a user