mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 01:25:41 +08:00
Merge pull request #815 from JewishLewish/IAX
This commit is contained in:
@@ -1100,7 +1100,7 @@ bool CFMIAXNetwork::writeRegReq()
|
|||||||
|
|
||||||
::CryptDestroyHash(hHash);
|
::CryptDestroyHash(hHash);
|
||||||
#else
|
#else
|
||||||
::MD5Data((uint8_t*)password.c_str(), password.size(), hash);
|
::MD5Data((uint8_t*)password.c_str(), password.size(), (char*)hash);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
char text[MD5_DIGEST_STRING_LENGTH * 3U];
|
char text[MD5_DIGEST_STRING_LENGTH * 3U];
|
||||||
|
|||||||
Reference in New Issue
Block a user