You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by na...@apache.org on 2006/12/08 13:35:42 UTC

svn commit: r483965 - in /webservices/axis2/trunk/c/rampart/src/omxmlsec: key_mgr.c tokens/token_binary_security_token.c tokens/token_embedded.c

Author: nandika
Date: Fri Dec  8 04:35:41 2006
New Revision: 483965

URL: http://svn.apache.org/viewvc?view=rev&rev=483965
Log:
windows compilation errors fixed

Modified:
    webservices/axis2/trunk/c/rampart/src/omxmlsec/key_mgr.c
    webservices/axis2/trunk/c/rampart/src/omxmlsec/tokens/token_binary_security_token.c
    webservices/axis2/trunk/c/rampart/src/omxmlsec/tokens/token_embedded.c

Modified: webservices/axis2/trunk/c/rampart/src/omxmlsec/key_mgr.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/src/omxmlsec/key_mgr.c?view=diff&rev=483965&r1=483964&r2=483965
==============================================================================
--- webservices/axis2/trunk/c/rampart/src/omxmlsec/key_mgr.c (original)
+++ webservices/axis2/trunk/c/rampart/src/omxmlsec/key_mgr.c Fri Dec  8 04:35:41 2006
@@ -44,8 +44,9 @@
     }
 
     if(OXS_ASYM_CTX_FORMAT_PEM == oxs_asym_ctx_get_format(ctx, env)){
-        format = OPENSSL_X509_FORMAT_PEM;
         oxs_asym_ctx_operation_t operation ;
+		format = OPENSSL_X509_FORMAT_PEM;
+        
 
         /*First let's check if this is a file containing a certificate*/
         status = openssl_x509_load_from_pem(env, filename,  &cert);

Modified: webservices/axis2/trunk/c/rampart/src/omxmlsec/tokens/token_binary_security_token.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/src/omxmlsec/tokens/token_binary_security_token.c?view=diff&rev=483965&r1=483964&r2=483965
==============================================================================
--- webservices/axis2/trunk/c/rampart/src/omxmlsec/tokens/token_binary_security_token.c (original)
+++ webservices/axis2/trunk/c/rampart/src/omxmlsec/tokens/token_binary_security_token.c Fri Dec  8 04:35:41 2006
@@ -14,7 +14,6 @@
  *   limitations under the License.
  */
 
-#include <stdio.h>
 #include <oxs_constants.h>
 #include <oxs_error.h>
 #include <oxs_token_binary_security_token.h>
@@ -67,7 +66,6 @@
     if(data){
          ret  = AXIOM_ELEMENT_SET_TEXT(binary_security_token_ele, env, data, binary_security_token_node);
     }
-
     return binary_security_token_node;
 
 }

Modified: webservices/axis2/trunk/c/rampart/src/omxmlsec/tokens/token_embedded.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/src/omxmlsec/tokens/token_embedded.c?view=diff&rev=483965&r1=483964&r2=483965
==============================================================================
--- webservices/axis2/trunk/c/rampart/src/omxmlsec/tokens/token_embedded.c (original)
+++ webservices/axis2/trunk/c/rampart/src/omxmlsec/tokens/token_embedded.c Fri Dec  8 04:35:41 2006
@@ -13,7 +13,7 @@
  *   See the License for the specific language governing permissions and
  *   limitations under the License.
  */
-
+#include <axis2_util.h> 
 #include <stdio.h>
 #include <oxs_constants.h>
 #include <oxs_error.h>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org