Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/crypto/crypto.c

    ra4cf312 r1433ecda  
    3232 */
    3333
    34 #include <assert.h>
    3534#include <str.h>
    3635#include <macros.h>
    3736#include <errno.h>
    3837#include <byteorder.h>
    39 #include <limits.h>
    4038#include "crypto.h"
    4139
     
    199197    hash_func_t hash_sel)
    200198{
    201         assert(input_size < SSIZE_MAX);
    202 
    203199        if (!input)
    204200                return EINVAL;
Note: See TracChangeset for help on using the changeset viewer.