FiSHLiM: Support for CBC mode + more commands (#2347)

This commit is contained in:
Bakasura
2020-07-13 18:27:27 -05:00
committed by GitHub
parent 2f376953f3
commit c5a798beec
15 changed files with 1307 additions and 238 deletions

View File

@@ -0,0 +1,17 @@
subdir('old_version')
fishlim_test_sources = [
'tests.c',
'fake/keystore.c',
'../fish.c',
'../utils.c',
]
fishlim_tests = executable('fishlim_tests', fishlim_test_sources,
dependencies: [libgio_dep, libssl_dep],
link_with : fishlim_old_lib
)
test('Fishlim Tests', fishlim_tests,
timeout: 90
)