[cpp-sp] branch main updated: Update solution and add missing header.
Codeberg
noreply at shibboleth.net
Tue Sep 8 13:41:09 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository cpp-sp.
View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/0d0661b3e4f4a164457ab3dc01166b19f0658619
The following commit(s) were added to refs/heads/main by this push:
new 0d0661b3 Update solution and add missing header.
0d0661b3 is described below
commit 0d0661b3e4f4a164457ab3dc01166b19f0658619
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 8 09:40:47 2026 -0400
Update solution and add missing header.
---
Projects/vc22/shibsp.vcxproj | 4 ----
Projects/vc22/shibsp.vcxproj.filters | 12 ------------
shibsp/impl/AgentConfig.cpp | 1 +
3 files changed, 1 insertion(+), 16 deletions(-)
diff --git a/Projects/vc22/shibsp.vcxproj b/Projects/vc22/shibsp.vcxproj
index 22c8659f..39de4daa 100644
--- a/Projects/vc22/shibsp.vcxproj
+++ b/Projects/vc22/shibsp.vcxproj
@@ -36,9 +36,6 @@
<ClInclude Include="..\..\shibsp\config_pub_win32.h" />
<ClInclude Include="..\..\shibsp\exceptions.h" />
<ClInclude Include="..\..\shibsp\attribute\AttributeConfiguration.h" />
- <ClInclude Include="..\..\shibsp\csprng\csprng.h" />
- <ClInclude Include="..\..\shibsp\csprng\csprng.hpp" />
- <ClInclude Include="..\..\shibsp\csprng\is_iterable.hpp" />
<ClInclude Include="..\..\shibsp\handler\AbstractHandler.h" />
<ClInclude Include="..\..\shibsp\handler\AssertionConsumerService.h" />
<ClInclude Include="..\..\shibsp\handler\Handler.h" />
@@ -85,7 +82,6 @@
<ClCompile Include="..\..\shibsp\AbstractSPRequest.cpp" />
<ClCompile Include="..\..\shibsp\Agent.cpp" />
<ClCompile Include="..\..\shibsp\attribute\impl\DefaultAttributeConfiguration.cpp" />
- <ClCompile Include="..\..\shibsp\csprng\impl\csprng.cpp" />
<ClCompile Include="..\..\shibsp\exceptions.cpp" />
<ClCompile Include="..\..\shibsp\handler\impl\AbstractHandler.cpp">
<DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">4296;%(DisableSpecificWarnings)</DisableSpecificWarnings>
diff --git a/Projects/vc22/shibsp.vcxproj.filters b/Projects/vc22/shibsp.vcxproj.filters
index 0bf42f7e..d385cc47 100644
--- a/Projects/vc22/shibsp.vcxproj.filters
+++ b/Projects/vc22/shibsp.vcxproj.filters
@@ -222,18 +222,9 @@
<ClInclude Include="..\..\shibsp\util\IPRange.h">
<Filter>Header Files\Util</Filter>
</ClInclude>
- <ClInclude Include="..\..\shibsp\csprng\csprng.h">
- <Filter>Header Files</Filter>
- </ClInclude>
<ClInclude Include="..\..\shibsp\session\SessionCacheSPI.h">
<Filter>Header Files\Session</Filter>
</ClInclude>
- <ClInclude Include="..\..\shibsp\csprng\is_iterable.hpp">
- <Filter>Header Files</Filter>
- </ClInclude>
- <ClInclude Include="..\..\shibsp\csprng\csprng.hpp">
- <Filter>Header Files</Filter>
- </ClInclude>
<ClInclude Include="..\..\shibsp\internal.h">
<Filter>Header Files</Filter>
</ClInclude>
@@ -392,9 +383,6 @@
<ClCompile Include="..\..\shibsp\attribute\impl\DefaultAttributeConfiguration.cpp">
<Filter>Source Files\Attribute</Filter>
</ClCompile>
- <ClCompile Include="..\..\shibsp\csprng\impl\csprng.cpp">
- <Filter>Source Files\Impl</Filter>
- </ClCompile>
<ClCompile Include="..\..\shibsp\handler\impl\LogoutConsumer.cpp">
<Filter>Source Files\Handler</Filter>
</ClCompile>
diff --git a/shibsp/impl/AgentConfig.cpp b/shibsp/impl/AgentConfig.cpp
index 1114596a..d9e6ef8d 100644
--- a/shibsp/impl/AgentConfig.cpp
+++ b/shibsp/impl/AgentConfig.cpp
@@ -36,6 +36,7 @@
#include "util/PathResolver.h"
#include "util/URLEncoder.h"
+#include <chrono>
#include <climits>
#include <ctime>
#include <random>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list