1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-31 00:03:07 +03:00
Files
libssh/tests/unittests
Jakub Jelen 21e2522360 config: Get rid of the dynamic seen array
* This makes the array constant in the session structure, avoiding
   allocations and frees while parsing the file
 * It also drops passing the seen array to all the functions,
   because it is already part of the passed session
 * The test cases are adjusted to match these changes

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2018-12-07 14:08:27 +01:00
..
2017-10-28 14:31:37 +02:00
2017-10-28 14:31:37 +02:00
2018-06-04 11:20:28 +02:00
2018-06-29 14:41:14 +02:00
2018-11-30 16:29:17 +01:00