remove commented code

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@277 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
aymeric 2009-02-27 12:49:02 +00:00
parent 243d50f46b
commit bc3a1e3099

View file

@ -1488,12 +1488,6 @@ stunServerProcessMsg( char* buf,
"1234", 4,
(const unsigned char*) buf, bufLen-20-4,
hmac, &hmacSize);
/*HMAC(EVP_sha1(),
"1234", 4,
reinterpret_cast<const unsigned char*>(buf), bufLen-20-4,
hmac, &hmacSize);
//assert(hmacSize == 20);
*/
}
#endif