You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ka...@apache.org on 2006/11/13 12:36:25 UTC

svn commit: r474262 - /webservices/axis2/trunk/c/rampart/src/util/rampart_action.c

Author: kaushalye
Date: Mon Nov 13 03:36:25 2006
New Revision: 474262

URL: http://svn.apache.org/viewvc?view=rev&rev=474262
Log:
Renaming macros


Modified:
    webservices/axis2/trunk/c/rampart/src/util/rampart_action.c

Modified: webservices/axis2/trunk/c/rampart/src/util/rampart_action.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/src/util/rampart_action.c?view=diff&rev=474262&r1=474261&r2=474262
==============================================================================
--- webservices/axis2/trunk/c/rampart/src/util/rampart_action.c (original)
+++ webservices/axis2/trunk/c/rampart/src/util/rampart_action.c Mon Nov 13 03:36:25 2006
@@ -1084,7 +1084,7 @@
 
     if (rampart_get_action_params(env, param_action, RAMPART_ACTION_ENCRYPTION_PROP_FILE))
     {
-        ret = RAMPART_ACTIONS_SET_ENC_PROP_FILE(actions, env,
+        ret = RAMPART_ACTIONS_SET_ENC_KEY_FILE(actions, env,
                 (axis2_char_t *)rampart_get_action_params(
                     env, param_action, RAMPART_ACTION_ENCRYPTION_PROP_FILE));
 
@@ -1092,7 +1092,7 @@
 
     if (rampart_get_action_params(env, param_action, RAMPART_ACTION_DECRYPTION_PROP_FILE))
     {
-        ret = RAMPART_ACTIONS_SET_DEC_PROP_FILE(actions, env,
+        ret = RAMPART_ACTIONS_SET_DEC_KEY_FILE(actions, env,
                 (axis2_char_t *)rampart_get_action_params(
                     env, param_action, RAMPART_ACTION_DECRYPTION_PROP_FILE));
 
@@ -1211,7 +1211,7 @@
 
     if (rampart_get_property_from_ctx(env, ctx, RAMPART_ACTION_ENCRYPTION_PROP_FILE))
     {
-        ret = RAMPART_ACTIONS_SET_ENC_PROP_FILE(actions, env,
+        ret = RAMPART_ACTIONS_SET_ENC_KEY_FILE(actions, env,
                 (axis2_char_t *)rampart_get_property_from_ctx(
                     env, ctx, RAMPART_ACTION_ENCRYPTION_PROP_FILE));
 
@@ -1219,7 +1219,7 @@
 
     if (rampart_get_property_from_ctx(env, ctx, RAMPART_ACTION_DECRYPTION_PROP_FILE))
     {
-        ret = RAMPART_ACTIONS_SET_DEC_PROP_FILE(actions, env,
+        ret = RAMPART_ACTIONS_SET_DEC_KEY_FILE(actions, env,
                 (axis2_char_t *)rampart_get_property_from_ctx(
                     env, ctx, RAMPART_ACTION_DECRYPTION_PROP_FILE));
 



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