Merge pull request #815 from JewishLewish/IAX

This commit is contained in:
Jonathan Naylor 2024-07-15 19:22:46 +01:00 committed by GitHub
commit a701536839
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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];