mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-02-14 19:44:15 +01:00
fixes MAKE error
This commit is contained in:
parent
43fad4b30d
commit
864d249c51
|
|
@ -1100,7 +1100,7 @@ bool CFMIAXNetwork::writeRegReq()
|
|||
|
||||
::CryptDestroyHash(hHash);
|
||||
#else
|
||||
::MD5Data((uint8_t*)password.c_str(), password.size(), hash);
|
||||
::MD5Data((uint8_t*)password.c_str(), password.size(), (char*)hash);
|
||||
#endif
|
||||
|
||||
char text[MD5_DIGEST_STRING_LENGTH * 3U];
|
||||
|
|
|
|||
Loading…
Reference in a new issue