Use new encryption modes.

This commit is contained in:
Jari Sundell
2026-07-14 10:34:14 +02:00
committed by GitHub
parent 86fa0d195f
commit 5d350f0bcc
4 changed files with 102 additions and 41 deletions
-2
View File
@@ -14,7 +14,6 @@ class TestParseOptions : public test_fixture {
CPPUNIT_TEST(test_flags_print_flags);
CPPUNIT_TEST(test_flag_libtorrent);
CPPUNIT_TEST(test_flags_libtorrent);
CPPUNIT_TEST_SUITE_END();
@@ -30,5 +29,4 @@ public:
void test_flags_print_flags();
void test_flag_libtorrent();
void test_flags_libtorrent();
};