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/08/02 13:04:06 UTC

cvs commit: xml-security/c/src/tools/checksig checksig.cpp

blautenb    2004/08/02 04:04:06

  Modified:    c/src/tools/checksig checksig.cpp
  Log:
  Add ID as a potential Id attribute
  
  Revision  Changes    Path
  1.30      +2 -1      xml-security/c/src/tools/checksig/checksig.cpp
  
  Index: checksig.cpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/tools/checksig/checksig.cpp,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- checksig.cpp	7 Mar 2004 03:20:51 -0000	1.29
  +++ checksig.cpp	2 Aug 2004 11:04:05 -0000	1.30
  @@ -376,6 +376,7 @@
   	// so we add a KeyInfoResolverDefault to the Signature.
   
   	sig->setKeyInfoResolver(&theKeyInfoResolver);
  +	sig->registerIdAttributeName(MAKE_UNICODE_STRING("ID"));
   
   	// Check whether we should use the internal resolver