diff options
author | Patrick Okraku <patrick@okraku.com> | 2023-11-01 19:12:32 +0100 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2023-11-05 07:12:01 -0600 |
commit | 9b76b557ecaece2a5fa862ea4dc75ed613e3fbf0 (patch) | |
tree | dd1955e089faeea589f475fa71bbc682e6e85fb5 /src/common/common.vcxproj | |
parent | 6420fd61174e6a8218bf2740605ceb9241eaf36f (diff) |
Added support for SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-512
Diffstat (limited to 'src/common/common.vcxproj')
-rw-r--r-- | src/common/common.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index bc191f43..c91d8cbb 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj @@ -36,6 +36,7 @@ <ClInclude Include="server.h" /> <ClInclude Include="servlist.h" /> <ClInclude Include="ssl.h" /> + <ClInclude Include="scram.h" /> <ClInclude Include="sysinfo\sysinfo.h" /> <ClInclude Include="text.h" /> <ClInclude Include="$(HexChatLib)textenums.h" /> @@ -69,6 +70,7 @@ <ClCompile Include="server.c" /> <ClCompile Include="servlist.c" /> <ClCompile Include="ssl.c" /> + <ClCompile Include="scram.c" /> <ClCompile Include="sysinfo\win32\backend.c" /> <ClCompile Include="text.c" /> <ClCompile Include="tree.c" /> |