initial ssl support

This commit is contained in:
2025-05-08 18:31:06 +02:00
parent 8ff2bb608c
commit 79687bd48f
7 changed files with 79 additions and 32 deletions

View File

@@ -37,4 +37,8 @@ int my_str_hash_fn(void *key);
bool my_str_equal_fn(void *a, void *b);
void my_str_free_fn(void *value);
int my_int_hash_fn(void *key);
bool my_int_equal_fn(void *a, void *b);
void my_int_free_fn(void *value);
#endif