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/23 10:59:31 UTC

cvs commit: xml-security/c/src/enc/OpenSSL OpenSSLCryptoX509.cpp

milan       2005/05/23 01:59:31

  Modified:    c/src/enc/OpenSSL OpenSSLCryptoX509.cpp
  Log:
  Minor typo fix.
  
  Revision  Changes    Path
  1.12      +3 -3      xml-security/c/src/enc/OpenSSL/OpenSSLCryptoX509.cpp
  
  Index: OpenSSLCryptoX509.cpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/enc/OpenSSL/OpenSSLCryptoX509.cpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- OpenSSLCryptoX509.cpp	19 Feb 2005 03:37:48 -0000	1.11
  +++ OpenSSLCryptoX509.cpp	23 May 2005 08:59:30 -0000	1.12
  @@ -173,7 +173,7 @@
   
   	if (mp_X509 == NULL) {
   		throw XSECCryptoException(XSECCryptoException::X509Error,
  -			"OpenSSL:X509 - getSigningKeyType called before X509 loaded");
  +			"OpenSSL:X509 - getPublicKeyType called before X509 loaded");
   	}
   
   	EVP_PKEY *pkey;
  @@ -217,7 +217,7 @@
   
   	if (mp_X509 == NULL) {
   		throw XSECCryptoException(XSECCryptoException::X509Error,
  -			"OpenSSL:X509 - getSigningKey called before X509 loaded");
  +			"OpenSSL:X509 - clonePublicKey called before X509 loaded");
   	}
   
   	EVP_PKEY *pkey;