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 na...@apache.org on 2007/10/15 11:00:48 UTC

svn commit: r584713 - /webservices/rampart/trunk/c/src/util/rampart_encryption.c

Author: nandika
Date: Mon Oct 15 02:00:45 2007
New Revision: 584713

URL: http://svn.apache.org/viewvc?rev=584713&view=rev
Log:
compile error fixed

Modified:
    webservices/rampart/trunk/c/src/util/rampart_encryption.c

Modified: webservices/rampart/trunk/c/src/util/rampart_encryption.c
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/src/util/rampart_encryption.c?rev=584713&r1=584712&r2=584713&view=diff
==============================================================================
--- webservices/rampart/trunk/c/src/util/rampart_encryption.c (original)
+++ webservices/rampart/trunk/c/src/util/rampart_encryption.c Mon Oct 15 02:00:45 2007
@@ -30,6 +30,7 @@
 #include <oxs_asym_ctx.h>
 #include <oxs_xml_encryption.h>
 #include <axis2_key_type.h>
+#include <oxs_derivation.h>
 
 /*Private functions*/