[cpp-sp] branch main updated: Bit of Windows cleanup pending testing.
Scott Cantor
cantor.2 at osu.edu
Mon Dec 2 16:52:29 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=6df408612ab0c97d455fc58710c378e126192a02
The following commit(s) were added to refs/heads/main by this push:
new 6df40861 Bit of Windows cleanup pending testing.
6df40861 is described below
commit 6df408612ab0c97d455fc58710c378e126192a02
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Dec 2 11:52:24 2024 -0500
Bit of Windows cleanup pending testing.
---
iis7_shib/ShibHttpModule.cpp | 3 ++-
iis7_shib/headers/IIS7_shib.hpp | 6 ------
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/iis7_shib/ShibHttpModule.cpp b/iis7_shib/ShibHttpModule.cpp
index ad528a40..dbd8d68b 100644
--- a/iis7_shib/ShibHttpModule.cpp
+++ b/iis7_shib/ShibHttpModule.cpp
@@ -20,8 +20,9 @@
#include "IIS7_shib.hpp"
+#include "io/HTTPResponse.h"
+
#include <xmltooling/util/NDC.h>
-#include <xmltooling/io/HTTPResponse.h>
#include "ShibHttpModule.hpp"
#include "IIS7Request.hpp"
diff --git a/iis7_shib/headers/IIS7_shib.hpp b/iis7_shib/headers/IIS7_shib.hpp
index 68d37dd5..26bc46cf 100644
--- a/iis7_shib/headers/IIS7_shib.hpp
+++ b/iis7_shib/headers/IIS7_shib.hpp
@@ -32,12 +32,6 @@
#include <boost/lexical_cast.hpp>
#include <string>
-// Load Santurio with a bracketed warning off
-#pragma warning(push)
-#pragma warning(disable:4005)
-#include <xsec\framework\XSECDefs.hpp>
-#pragma warning(pop)
-
// Shibboleth
#define SHIBSP_LITE
#include "config_win32.h"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list