Switch plugin ctors to shortcut methods, and default the Listener in config.
[shibboleth/sp.git] / shibsp / attribute / AttributeDecoder.h
index c5c9764..24054f2 100644 (file)
@@ -58,7 +58,7 @@ namespace shibsp {
         bool m_internal;
 
         /** Hash algorithm to apply to decoded values. */
-        xmltooling::auto_ptr_char m_hashAlg;
+        std::string m_hashAlg;
 
         /**
          * Helper method to handle base class decoding housekeeping.