mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-19 11:49:09 +00:00
Fix or disable components that don't build on Linux.
This commit is contained in:
@ -5269,8 +5269,8 @@ void NetCliAuthAgeRequest (
|
||||
|
||||
//============================================================================
|
||||
void NetCliAuthGetEncryptionKey (
|
||||
uint32_t key[],
|
||||
unsigned size
|
||||
uint32_t key[],
|
||||
size_t size
|
||||
) {
|
||||
unsigned memSize = std::min(arrsize(s_encryptionKey), size);
|
||||
memSize *= sizeof(uint32_t);
|
||||
|
Reference in New Issue
Block a user