xmlsecurityengine/xmlsec/src/xmlsec_errors.c
changeset 24 74f0b3eb154c
parent 17 ed3155dbd163
child 33 604ca70b6235
equal deleted inserted replaced
17:ed3155dbd163 24:74f0b3eb154c
    14 #include <stdlib.h>
    14 #include <stdlib.h>
    15 #include <stdio.h>
    15 #include <stdio.h>
    16 #include <stdarg.h>
    16 #include <stdarg.h>
    17 #include <time.h>
    17 #include <time.h>
    18 
    18 
    19 #include <libxml2_tree.h>
    19 #include <stdapis/libxml2/libxml2_tree.h>
    20 
    20 
    21 #include "xmlsec_xmlsec.h"
    21 #include "xmlsec_xmlsec.h"
    22 #include "xmlsec_xmltree.h"
    22 #include "xmlsec_xmltree.h"
    23 #include "xmlsec_private.h"
    23 #include "xmlsec_private.h"
    24 #include "xmlsec_errors.h"
    24 #include "xmlsec_errors.h"
    25 
    25 
    26 
    26 
    27 //added for symbian port
    27 //added for symbian port
    28 #include "libxml2_globals.h"
    28 #include <stdapis/libxml2/libxml2_globals.h>
    29 
    29 
    30 #define XMLSEC_ERRORS_BUFFER_SIZE	1024
    30 #define XMLSEC_ERRORS_BUFFER_SIZE	1024
    31 
    31 
    32 typedef struct _xmlSecErrorDescription			xmlSecErrorDescription, *xmlSecErrorDescriptionPtr;
    32 typedef struct _xmlSecErrorDescription			xmlSecErrorDescription, *xmlSecErrorDescriptionPtr;
    33 struct _xmlSecErrorDescription {
    33 struct _xmlSecErrorDescription {