Fixed init order
authorScott Cantor <cantor.2@osu.edu>
Mon, 21 Aug 2006 20:46:52 +0000 (20:46 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 21 Aug 2006 20:46:52 +0000 (20:46 +0000)
xmltooling/security/impl/OpenSSLCryptoX509CRL.h

index 0216998..e59d073 100644 (file)
@@ -32,7 +32,7 @@
 namespace xmltooling {\r
     class XMLTOOL_DLLLOCAL OpenSSLCryptoX509CRL : public XSECCryptoX509CRL {\r
     public:\r
-       OpenSSLCryptoX509CRL() : m_DERX509CRL(""), mp_X509CRL(NULL) {}\r
+       OpenSSLCryptoX509CRL() : mp_X509CRL(NULL), m_DERX509CRL("") {}\r
        virtual ~OpenSSLCryptoX509CRL();\r
 \r
        virtual const XMLCh* getProviderName() const {\r