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/11 13:43:07 UTC

cvs commit: xml-security/c/src/xenc/impl XENCCipherImpl.hpp XENCEncryptedTypeImpl.hpp

blautenb    2003/09/11 04:43:07

  Modified:    c/src/enc/OpenSSL OpenSSLCryptoSymmetricKey.cpp
               c/src/xenc/impl XENCCipherImpl.hpp XENCEncryptedTypeImpl.hpp
  Log:
  Minor fixes to get new code to build under cygwin
  
  Revision  Changes    Path
  1.3       +3 -1      xml-security/c/src/enc/OpenSSL/OpenSSLCryptoSymmetricKey.cpp
  
  Index: OpenSSLCryptoSymmetricKey.cpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/enc/OpenSSL/OpenSSLCryptoSymmetricKey.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- OpenSSLCryptoSymmetricKey.cpp	8 Sep 2003 12:07:48 -0000	1.2
  +++ OpenSSLCryptoSymmetricKey.cpp	11 Sep 2003 11:43:07 -0000	1.3
  @@ -74,6 +74,8 @@
   #include <xsec/framework/XSECError.hpp>
   #include <xsec/enc/XSECCryptoException.hpp>
   
  +#include <string.h>
  +
   // --------------------------------------------------------------------------------
   //           Constructors and Destructors
   // --------------------------------------------------------------------------------
  
  
  
  1.4       +2 -2      xml-security/c/src/xenc/impl/XENCCipherImpl.hpp
  
  Index: XENCCipherImpl.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/xenc/impl/XENCCipherImpl.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XENCCipherImpl.hpp	11 Sep 2003 11:07:07 -0000	1.3
  +++ XENCCipherImpl.hpp	11 Sep 2003 11:43:07 -0000	1.4
  @@ -143,7 +143,7 @@
   	XMLCh					* mp_xencPrefixNS;
   
   
  -	friend XSECProvider;
  +	friend class XSECProvider;
   
   };
   
  
  
  
  1.4       +2 -2      xml-security/c/src/xenc/impl/XENCEncryptedTypeImpl.hpp
  
  Index: XENCEncryptedTypeImpl.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/xenc/impl/XENCEncryptedTypeImpl.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XENCEncryptedTypeImpl.hpp	11 Sep 2003 11:07:07 -0000	1.3
  +++ XENCEncryptedTypeImpl.hpp	11 Sep 2003 11:43:07 -0000	1.4
  @@ -121,7 +121,7 @@
   							* mp_encryptedTypeNode;		// Node at head of structure
   	XENCCipherDataImpl		* mp_cipherData;
   
  -	friend XENCCipherImpl;
  +	friend class XENCCipherImpl;
   };
   
   #endif /* XENCENCRYPTEDTYPEIMPL_INCLUDE */