xmlsecurityengine/xmlsecwrapper/src/xmlsecwsign.cpp
branchRCL_3
changeset 21 604ca70b6235
parent 20 889504eac4fb
equal deleted inserted replaced
20:889504eac4fb 21:604ca70b6235
    14 * Description: Class with methods used in sign and verification process.       
    14 * Description: Class with methods used in sign and verification process.       
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // XML Engine
    18 // XML Engine
    19 #include <stdapis/libxml2/libxml2_tree.h>
    19 #include <libxml2_tree.h>
    20 #include <stdapis/libxml2/libxml2_xmlmemory.h>
    20 #include <libxml2_xmlmemory.h>
    21 #include <stdapis/libxml2/libxml2_parser.h>
    21 #include <libxml2_parser.h>
    22 #include <stdapis/libxml2/libxml2_globals.h>
    22 #include <libxml2_globals.h>
    23 
    23 
    24 #include <xml/utils/xmlengmem.h>
    24 #include <xmlengmem.h>
    25 #include <xml/utils/xmlengxestd.h>
    25 #include <xmlengxestd.h>
    26 #include <xml/utils/xmlengutils.h>
    26 #include <xmlengutils.h>
    27 
    27 #include <xmlengxestrings.h>
    28 #include <xml/utils/xmlengxestrings.h>
    28 
    29 
    29 #include <xmlengdom.h>
    30 #include <xml/dom/xmlengdom.h>
       
    31 
    30 
    32 // XML Sec
    31 // XML Sec
    33 #include "xmlsec_crypto.h"
    32 #include "xmlsec_crypto.h"
    34 #include "xmlsec_xmlsec.h"
    33 #include "xmlsec_xmlsec.h"
    35 #include "xmlsec_xmltree.h"
    34 #include "xmlsec_xmltree.h"