Made OpenSSL CRL wrapper public.
[shibboleth/xmltooling.git] / xmltooling / security / OpenSSLCryptoX509CRL.h
similarity index 90%
rename from xmltooling/security/impl/OpenSSLCryptoX509CRL.h
rename to xmltooling/security/OpenSSLCryptoX509CRL.h
index 8490362..a689ebf 100644 (file)
 #if !defined(__xmltooling_opensslx509crl_h__) && !defined(XMLTOOLING_NO_XMLSEC)\r
 #define __xmltooling_opensslx509crl_h__\r
 \r
-#include "security/XSECCryptoX509CRL.h"\r
+#include <xmltooling/security/XSECCryptoX509CRL.h>\r
 \r
 #include <openssl/bio.h>\r
 #include <openssl/x509v3.h>\r
 #include <xsec/utils/XSECSafeBuffer.hpp>\r
 \r
 namespace xmltooling {\r
-    class XMLTOOL_DLLLOCAL OpenSSLCryptoX509CRL : public XSECCryptoX509CRL {\r
+    class XMLTOOL_API OpenSSLCryptoX509CRL : public XSECCryptoX509CRL {\r
     public:\r
        OpenSSLCryptoX509CRL() : mp_X509CRL(NULL), m_DERX509CRL("") {}\r
        virtual ~OpenSSLCryptoX509CRL();\r