[cpp-xmltooling] branch openssl1.1 updated: Directory Separators (again)!!!

Rod Widdowson rdw at steadingsoftware.com
Fri Aug 12 10:00:07 EDT 2016


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch openssl1.1
in repository cpp-xmltooling.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=cda37752f1d4fb33992171ca76074658674af80b

The following commit(s) were added to refs/heads/openssl1.1 by this push:
       new  cda3775   Directory Separators (again)!!!
cda3775 is described below

commit cda37752f1d4fb33992171ca76074658674af80b
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Aug 12 14:43:05 2016 +0100

    Directory Separators (again)!!!
---
 xmltooling/Makefile.am                      | 2 +-
 xmltooling/security/impl/OpenSSLSupport.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xmltooling/Makefile.am b/xmltooling/Makefile.am
index e2ced1a..6737261 100644
--- a/xmltooling/Makefile.am
+++ b/xmltooling/Makefile.am
@@ -57,7 +57,7 @@ encinclude_HEADERS = \
 
 implinclude_HEADERS = \
 	impl/AnyElement.h \
-	security/impl\OpenSSLSupport.h \
+	security/impl/OpenSSLSupport.h \
 	impl/UnknownElement.h
 
 ioinclude_HEADERS = \
diff --git a/xmltooling/security/impl/OpenSSLSupport.cpp b/xmltooling/security/impl/OpenSSLSupport.cpp
index 5d7829f..ab9fe00 100644
--- a/xmltooling/security/impl/OpenSSLSupport.cpp
+++ b/xmltooling/security/impl/OpenSSLSupport.cpp
@@ -27,7 +27,7 @@
 
 #include "internal.h"
 #include <openssl/x509_vfy.h> 
-#include <security\impl\OpenSSLSupport.h>
+#include <security/impl/OpenSSLSupport.h>
 
 using namespace xmltooling;
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list