blautenb    2003/04/17 02:38:36

  Modified:    c/src/dsig DSIGConstants.hpp
  Log:
  (Bug: reported by Scott Cantor) - Missing break in switch
  
  Revision  Changes    Path
  1.6       +2 -1      xml-security/c/src/dsig/DSIGConstants.hpp
  
  Index: DSIGConstants.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/dsig/DSIGConstants.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DSIGConstants.hpp 7 Apr 2003 12:27:13 -0000       1.5
  +++ DSIGConstants.hpp 17 Apr 2003 09:38:36 -0000      1.6
  @@ -221,6 +221,7 @@
        case (SIGNATURE_RSA) :
   
                uri.sbStrcatIn(URI_ID_SIG_RSA);
  +             break;
   
        default :
   
  
  
  

Reply via email to