You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by bl...@apache.org on 2003/09/15 13:55:03 UTC

cvs commit: xml-security/c/src/tools/xtest xtest.cpp

blautenb    2003/09/15 04:55:03

  Modified:    c/src/tools/xtest xtest.cpp
  Log:
  Mod to handle new encryptElement call
  
  Revision  Changes    Path
  1.19      +2 -2      xml-security/c/src/tools/xtest/xtest.cpp
  
  Index: xtest.cpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/tools/xtest/xtest.cpp,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- xtest.cpp	8 Sep 2003 12:07:48 -0000	1.18
  +++ xtest.cpp	15 Sep 2003 11:55:03 -0000	1.19
  @@ -782,7 +782,7 @@
   	
   		// Now encrypt!
   		cerr << "Performing 3DES encryption on <category> element ... ";
  -		cipher->encryptElement((DOMElement *) categoryNode);
  +		cipher->encryptElement((DOMElement *) categoryNode, ENCRYPT_3DES_CBC);
   		cerr << "done\nSearching for <category> ... ";
   
   		DOMNode * t = findNode(doc, MAKE_UNICODE_STRING("category"));