--- a/test/webdav.h Tue Jan 27 20:25:09 2026 +0100 +++ b/test/webdav.h Wed Jan 28 19:58:08 2026 +0100 @@ -37,8 +37,12 @@ #endif void test_webdav_init(void); +void test_session_enable_encryption(int enable); +int test_session_is_encrypted(void); DavSession* get_test_webdav_session(void); +CX_TEST(init_webdav_encryption_tests); + #ifdef __cplusplus }