xmlsecurityengine/xmlsec/inc/xmlsec_private.h
branchRCL_3
changeset 33 604ca70b6235
parent 32 889504eac4fb
equal deleted inserted replaced
32:889504eac4fb 33:604ca70b6235
    19 
    19 
    20 #ifdef __cplusplus
    20 #ifdef __cplusplus
    21 extern "C" {
    21 extern "C" {
    22 #endif /* __cplusplus */ 
    22 #endif /* __cplusplus */ 
    23 
    23 
    24 #include <stdapis/libxml2/libxml2_tree.h>
    24 #include <libxml2_tree.h>
    25 #include <stdapis/libxml2/libxml2_xmlio.h>
    25 #include <libxml2_xmlio.h>
    26 
    26 
    27 #include "xmlsec_xmlsec.h"
    27 #include "xmlsec_xmlsec.h"
    28 #include "xmlsec_keysdata.h"
    28 #include "xmlsec_keysdata.h"
    29 #include "xmlsec_keys.h"
    29 #include "xmlsec_keys.h"
    30 #include "xmlsec_keysmngr.h"
    30 #include "xmlsec_keysmngr.h"
   490     xmlSecCryptoAppKeyCertLoadMethod		 cryptoAppKeyCertLoad;
   490     xmlSecCryptoAppKeyCertLoadMethod		 cryptoAppKeyCertLoad;
   491     xmlSecCryptoAppKeyCertLoadMemoryMethod	 cryptoAppKeyCertLoadMemory;
   491     xmlSecCryptoAppKeyCertLoadMemoryMethod	 cryptoAppKeyCertLoadMemory;
   492     void*					 cryptoAppDefaultPwdCallback;
   492     void*					 cryptoAppDefaultPwdCallback;
   493 };
   493 };
   494 
   494 
   495 #include <stdapis/libxml2/libxml2_xmlstring.h>
   495 #include <libxml2_xmlstring.h>
   496 #define xmlSecStrPrintf 	xmlStrPrintf
   496 #define xmlSecStrPrintf 	xmlStrPrintf
   497 #define xmlSecStrVPrintf 	xmlStrVPrintf
   497 #define xmlSecStrVPrintf 	xmlStrVPrintf
   498 
   498 
   499 #ifdef __cplusplus
   499 #ifdef __cplusplus
   500 }
   500 }