equal
deleted
inserted
replaced
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 <libxml2_tree.h> |
19 #include <stdapis/libxml2/libxml2_tree.h> |
20 #include <libxml2_xmlmemory.h> |
20 #include <stdapis/libxml2/libxml2_xmlmemory.h> |
21 #include <libxml2_parser.h> |
21 #include <stdapis/libxml2/libxml2_parser.h> |
22 #include <libxml2_globals.h> |
22 #include <stdapis/libxml2/libxml2_globals.h> |
23 |
23 |
24 #include <xmlengmem.h> |
24 #include <xml/utils/xmlengmem.h> |
25 #include <xmlengxestd.h> |
25 #include <xml/utils/xmlengxestd.h> |
26 #include <xmlengutils.h> |
26 #include <xml/utils/xmlengutils.h> |
27 #include <xmlengxestrings.h> |
27 |
28 |
28 #include <xml/utils/xmlengxestrings.h> |
29 #include <xmlengdom.h> |
29 |
|
30 #include <xml/dom/xmlengdom.h> |
30 |
31 |
31 // XML Sec |
32 // XML Sec |
32 #include "xmlsec_crypto.h" |
33 #include "xmlsec_crypto.h" |
33 #include "xmlsec_xmlsec.h" |
34 #include "xmlsec_xmlsec.h" |
34 #include "xmlsec_xmltree.h" |
35 #include "xmlsec_xmltree.h" |