Author: milinda
Date: Sat Apr 19 22:30:06 2008
New Revision: 649889

URL: http://svn.apache.org/viewvc?rev=649889&view=rev
Log:
Fixed some typos.

Modified:
    webservices/rampart/trunk/c/src/omxmlsec/saml/assertion.c
    webservices/rampart/trunk/c/src/omxmlsec/saml/sutil.c

Modified: webservices/rampart/trunk/c/src/omxmlsec/saml/assertion.c
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/src/omxmlsec/saml/assertion.c?rev=649889&r1=649888&r2=649889&view=diff
==============================================================================
--- webservices/rampart/trunk/c/src/omxmlsec/saml/assertion.c (original)
+++ webservices/rampart/trunk/c/src/omxmlsec/saml/assertion.c Sat Apr 19 
22:30:06 2008
@@ -317,7 +317,7 @@
                }*/
                if (assertion->sign_ctx)
                {
-                       //oxs_xml_sig_sign(env, assertion->sign_ctx, n, 
&assertion->signature); 
+                 /*oxs_xml_sig_sign(env, assertion->sign_ctx, n, 
&assertion->signature); */
                        saml_assertion_sign(assertion, n, env);
                }
        }       

Modified: webservices/rampart/trunk/c/src/omxmlsec/saml/sutil.c
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/src/omxmlsec/saml/sutil.c?rev=649889&r1=649888&r2=649889&view=diff
==============================================================================
--- webservices/rampart/trunk/c/src/omxmlsec/saml/sutil.c (original)
+++ webservices/rampart/trunk/c/src/omxmlsec/saml/sutil.c Sat Apr 19 22:30:06 
2008
@@ -23,7 +23,6 @@
        oxs_sign_part_t* sig_part = NULL;
        oxs_transform_t *tr = NULL;     
        axutil_array_list_t *sig_parts = NULL, *trans = NULL;
-       axiom_namespace_t *ns = NULL;
        trans = axutil_array_list_create(env, SAML_ARRAY_LIST_DEF);
 
        /*create transform sor SAML XML signature with identifier*/


Reply via email to