updates.
[silc.git] / lib / silccore / silcpacket.c
index ddf54e00df805012f3d72d1947a4526bdd573cc3..2e7b9cbf006b1929687356a2d6a001e1ee591f60 100644 (file)
@@ -442,7 +442,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;
     }