mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
token, kex: Add functions to handle tokens lists
The added functions allow splitting chains of tokens separated by a given character (usually ','), and extracting matching parts between two chains of tokens. The previously existing functions in kex.c were replaced by the introduced ones. Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
committed by
Andreas Schneider
parent
b0ff64bf1b
commit
2c4850cbbd
@@ -20,6 +20,7 @@ set(LIBSSH_UNIT_TESTS
|
||||
torture_temp_file
|
||||
torture_push_pop_dir
|
||||
torture_session_keys
|
||||
torture_tokens
|
||||
)
|
||||
|
||||
set(LIBSSH_THREAD_UNIT_TESTS
|
||||
|
||||
Reference in New Issue
Block a user