Author: kaushalye
Date: Wed Apr 18 22:39:41 2007
New Revision: 530274

URL: http://svn.apache.org/viewvc?view=rev&rev=530274
Log:
Adding rampart_ prefix to username_token.c and timestamp_token.c

Added:
    webservices/rampart/trunk/c/src/util/rampart_timestamp_token.c
      - copied unchanged from r530273, 
webservices/rampart/trunk/c/src/util/timestamp_token.c
    webservices/rampart/trunk/c/src/util/rampart_username_token.c
      - copied unchanged from r530273, 
webservices/rampart/trunk/c/src/util/username_token.c
Removed:
    webservices/rampart/trunk/c/src/util/timestamp_token.c
    webservices/rampart/trunk/c/src/util/username_token.c
Modified:
    webservices/rampart/trunk/c/src/util/Makefile.am

Modified: webservices/rampart/trunk/c/src/util/Makefile.am
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/src/util/Makefile.am?view=diff&rev=530274&r1=530273&r2=530274
==============================================================================
--- webservices/rampart/trunk/c/src/util/Makefile.am (original)
+++ webservices/rampart/trunk/c/src/util/Makefile.am Wed Apr 18 22:39:41 2007
@@ -3,7 +3,7 @@
 noinst_LTLIBRARIES = librampart_util.la
 
 librampart_util_la_SOURCES = rampart_crypto_util.c \
-                                                       rampart_util.c 
rampart_handler_util.c username_token.c  timestamp_token.c \
+                                                       rampart_util.c 
rampart_handler_util.c rampart_username_token.c  rampart_timestamp_token.c \
                                                        rampart_encryption.c 
rampart_sec_header_processor.c rampart_sec_processed_result.c \
                                                        
rampart_sec_header_builder.c rampart_context.c rampart_engine.c 
rampart_token_processor.c rampart_signature.c \
                                                        rampart_token_builder.c 
rampart_rd_record.c rampart_replay_detector.c


Reply via email to