From bc3a1e30995404c94e2ccc01fb274aa518bdbe43 Mon Sep 17 00:00:00 2001 From: aymeric Date: Fri, 27 Feb 2009 12:49:02 +0000 Subject: [PATCH] remove commented code git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@277 3f6dc0c8-ddfe-455d-9043-3cd528dc4637 --- linphone/oRTP/src/stun.c | 6 ------ 1 file changed, 6 deletions(-) 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