updates.
[silc.git] / lib / silccore / silcpacket.c
index 0911ca06a52d165505aea26c51f3b2c09ff62b53..caa26ca25bb624c749c92148c74348300d820656 100644 (file)
@@ -477,7 +477,6 @@ static int silc_packet_check_mac(SilcHmac hmac, SilcBuffer buffer)
     /* Compare the HMAC's (buffer->tail has the packet's HMAC) */
     if (memcmp(mac, buffer->tail, mac_len)) {
       SILC_LOG_ERROR(("MAC failed"));
-      assert(FALSE);
       return FALSE;
     }