Added STS profile data structures plus serialize/deserialize helpers for storing profile state in a compact string form.

Registered the new STS source file in the Meson and Visual Studio build definitions.
This commit is contained in:
2026-01-25 16:51:43 -07:00
parent 2b98ebc544
commit 4d6c77704c
5 changed files with 200 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ common_sources = [
'scram.c',
'server.c',
'servlist.c',
'sts.c',
'text.c',
'tree.c',
'url.c',