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

@@ -172,6 +172,9 @@
<ClCompile Include="ssl.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="sts.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="text.c">
<Filter>Source Files</Filter>
</ClCompile>