Changes in uspace/lib/crypto/crypto.c [a4cf312:1433ecda] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/crypto/crypto.c
ra4cf312 r1433ecda 32 32 */ 33 33 34 #include <assert.h>35 34 #include <str.h> 36 35 #include <macros.h> 37 36 #include <errno.h> 38 37 #include <byteorder.h> 39 #include <limits.h>40 38 #include "crypto.h" 41 39 … … 199 197 hash_func_t hash_sel) 200 198 { 201 assert(input_size < SSIZE_MAX);202 203 199 if (!input) 204 200 return EINVAL;
Note:
See TracChangeset
for help on using the changeset viewer.