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

@@ -71,6 +71,7 @@
<ClCompile Include="servlist.c" />
<ClCompile Include="ssl.c" />
<ClCompile Include="scram.c" />
<ClCompile Include="sts.c" />
<ClCompile Include="sysinfo\win32\backend.c" />
<ClCompile Include="text.c" />
<ClCompile Include="tree.c" />