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/05/20 11:14:46 UTC

cvs commit: xml-security/c/src/enc/WinCAPI WinCAPICryptoProvider.hpp

milan       2005/05/20 02:14:46

  Modified:    c/src/enc/WinCAPI WinCAPICryptoProvider.hpp
  Log:
  Minor typo fix.
  
  Revision  Changes    Path
  1.19      +4 -4      xml-security/c/src/enc/WinCAPI/WinCAPICryptoProvider.hpp
  
  Index: WinCAPICryptoProvider.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/enc/WinCAPI/WinCAPICryptoProvider.hpp,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- WinCAPICryptoProvider.hpp	26 Feb 2005 21:33:48 -0000	1.18
  +++ WinCAPICryptoProvider.hpp	20 May 2005 09:14:46 -0000	1.19
  @@ -119,7 +119,7 @@
   	 * Call used by the library to obtain a SHA1 object from the 
   	 * provider.
   	 *
  -	 * @returns A pointer to an OpenSSL Hash object that implements SHA1
  +	 * @returns A pointer to an WinCAPI Hash object that implements SHA1
   	 * @see WinCAPICryptoHash
   	 */
   
  @@ -169,7 +169,7 @@
   	 * \brief Return a MD5 implementation.
   	 *
   	 * Call used by the library to obtain a MD5 object from the 
  -	 * OpenSSL provider.
  +	 * WiNCAPI provider.
   	 *
   	 * @returns A pointer to a Hash object that implements MD5
   	 * @see WinCAPICryptoHash
  @@ -247,7 +247,7 @@
   	/**
   	 * \brief Return an RSA key implementation object.
   	 * 
  -	 * Call used by the library to obtain an OpenSSL RSA key object.
  +	 * Call used by the library to obtain an WinCAPI RSA key object.
   	 *
   	 * @returns Pointer to the new RSA key
   	 * @see WinCAPICryptoKeyRSA