/* We do not support anymore backward compatibility, just do nothing but send an error message*/
if(zrtpContext->zrtpCallbacks.bzrtp_statusMessage!=NULL&&zrtpContext->zrtpCallbacks.bzrtp_messageLevel>=BZRTP_MESSAGE_ERROR){/* use error level as we explicitely compile with no support for older version */
@@ -2253,7 +2247,7 @@ int bzrtp_updateCachedSecrets(bzrtpContext_t *zrtpContext, bzrtpChannelContext_t
zrtpContext->cachedSecret.rs1=(uint8_t*)malloc(RETAINED_SECRET_LENGTH);/* Allocate a new buffer for rs1, the old one if exists if still pointed at by colValues[1] */