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 2004/03/11 10:50:02 UTC

cvs commit: xml-security/c/src/xenc/impl XENCAlgorithmHandlerDefault.cpp

blautenb    2004/03/11 01:50:02

  Modified:    c/src/xenc/impl XENCAlgorithmHandlerDefault.cpp
  Log:
  Clean 2.95.4 build
  
  Revision  Changes    Path
  1.11      +1 -2      xml-security/c/src/xenc/impl/XENCAlgorithmHandlerDefault.cpp
  
  Index: XENCAlgorithmHandlerDefault.cpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/xenc/impl/XENCAlgorithmHandlerDefault.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- XENCAlgorithmHandlerDefault.cpp	7 Mar 2004 03:20:52 -0000	1.10
  +++ XENCAlgorithmHandlerDefault.cpp	11 Mar 2004 09:50:02 -0000	1.11
  @@ -256,7 +256,6 @@
   	XSECCryptoSymmetricKey * sk = dynamic_cast<XSECCryptoSymmetricKey *>(key);
   
   	int n = sz / 8;
  -	int blocks = n + 1;
   
   	for (int j = 0; j <= 5; ++j) {
   		for (int i = 1 ; i <= n ; ++i) {