You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by mi...@apache.org on 2005/08/21 15:56:30 UTC

cvs commit: xml-security/c/src/enc/WinCAPI WinCAPICryptoSymmetricKey.cpp

milan       2005/08/21 06:56:30

  Modified:    c/src/enc/WinCAPI WinCAPICryptoSymmetricKey.cpp
  Log:
  Minor typo fix.
  
  Revision  Changes    Path
  1.12      +2 -2      xml-security/c/src/enc/WinCAPI/WinCAPICryptoSymmetricKey.cpp
  
  Index: WinCAPICryptoSymmetricKey.cpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/enc/WinCAPI/WinCAPICryptoSymmetricKey.cpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- WinCAPICryptoSymmetricKey.cpp	15 May 2005 08:51:17 -0000	1.11
  +++ WinCAPICryptoSymmetricKey.cpp	21 Aug 2005 13:56:30 -0000	1.12
  @@ -682,7 +682,7 @@
   	// Check key length - otherwise the user could get some very cryptic error messages
   	if (keyLen != expectedLength) {
   		throw XSECCryptoException(XSECCryptoException::SymmetricError,
  -			"WinCAPI:SymmetricKey::createWindowsKey - Keylength incorrect for algorithm");
  +			"WinCAPI:SymmetricKey::createWindowsKey - Key length incorrect for algorithm");
   	}
   
   	DWORD * algId = (DWORD *) (simpleBlob + sizeof(BLOBHEADER));