diff --git a/linphone/oRTP/src/stun.c b/linphone/oRTP/src/stun.c index ec13c33fb..1144fbbf1 100644 --- a/linphone/oRTP/src/stun.c +++ b/linphone/oRTP/src/stun.c @@ -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(buf), bufLen-20-4, - hmac, &hmacSize); - //assert(hmacSize == 20); - */ } #endif