You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by ka...@apache.org on 2007/10/29 08:18:51 UTC

svn commit: r589530 - in /webservices/rampart/trunk/c/src/omxmlsec: derivation.c openssl/hmac.c

Author: kaushalye
Date: Mon Oct 29 00:18:51 2007
New Revision: 589530

URL: http://svn.apache.org/viewvc?rev=589530&view=rev
Log:
Including header files. 

Modified:
    webservices/rampart/trunk/c/src/omxmlsec/derivation.c
    webservices/rampart/trunk/c/src/omxmlsec/openssl/hmac.c

Modified: webservices/rampart/trunk/c/src/omxmlsec/derivation.c
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/src/omxmlsec/derivation.c?rev=589530&r1=589529&r2=589530&view=diff
==============================================================================
--- webservices/rampart/trunk/c/src/omxmlsec/derivation.c (original)
+++ webservices/rampart/trunk/c/src/omxmlsec/derivation.c Mon Oct 29 00:18:51 2007
@@ -23,7 +23,7 @@
 #include <oxs_utility.h>
 #include <oxs_asym_ctx.h>
 #include <oxs_tokens.h>
-
+#include <openssl_hmac.h>
 
 AXIS2_EXTERN axiom_node_t * AXIS2_CALL
 oxs_derivation_build_derived_key_token(const axutil_env_t *env,

Modified: webservices/rampart/trunk/c/src/omxmlsec/openssl/hmac.c
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/src/omxmlsec/openssl/hmac.c?rev=589530&r1=589529&r2=589530&view=diff
==============================================================================
--- webservices/rampart/trunk/c/src/omxmlsec/openssl/hmac.c (original)
+++ webservices/rampart/trunk/c/src/omxmlsec/openssl/hmac.c Mon Oct 29 00:18:51 2007
@@ -22,7 +22,7 @@
 #include <axutil_base64.h>
 #include <axis2_util.h>
 #include <openssl_constants.h>
-
+#include <oxs_utility.h>
 /**
 
 */