xmlsecurityengine/xmlsec/src/xmlsec_c14n.c
branchRCL_3
changeset 21 604ca70b6235
parent 20 889504eac4fb
equal deleted inserted replaced
20:889504eac4fb 21:604ca70b6235
    13  
    13  
    14 #include <stdlib.h>
    14 #include <stdlib.h>
    15 #include <stdio.h>
    15 #include <stdio.h>
    16 #include <string.h>
    16 #include <string.h>
    17 
    17 
    18 #include <stdapis/libxml2/libxml2_tree.h>
    18 #include <libxml2_tree.h>
    19 #include <stdapis/libxml2/libxml2_c14n.h>
    19 #include <libxml2_c14n.h>
    20 #include <stdapis/libxml2/libxml2_globals.h>
    20 #include <libxml2_globals.h>
    21 
    21 
    22 #include "xmlsec_xmlsec.h"
    22 #include "xmlsec_xmlsec.h"
    23 #include "xmlsec_keys.h"
    23 #include "xmlsec_keys.h"
    24 #include "xmlsec_list.h"
    24 #include "xmlsec_list.h"
    25 #include "xmlsec_transforms.h"
    25 #include "xmlsec_transforms.h"