Integrated credential resolver API with signing context.
[shibboleth/cpp-xmltooling.git] / xmltooling / signature / Signature.h
index 8717c6f..3dba1b4 100644 (file)
@@ -68,7 +68,7 @@ namespace xmlsignature {
          * @param ctx   the signing context that determines the signature's content\r
          * @throws SignatureException   thrown if the signing operation fails\r
          */\r
-        virtual void sign(const SigningContext& ctx)=0;\r
+        virtual void sign(SigningContext& ctx)=0;\r
         \r
         /**\r
          * Verifies an XML signature based on the supplied context.\r