summaryrefslogtreecommitdiffstats
path: root/lasso/lasso.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/lasso.c')
-rw-r--r--lasso/lasso.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lasso/lasso.c b/lasso/lasso.c
index 14ecc275..a1877f54 100644
--- a/lasso/lasso.c
+++ b/lasso/lasso.c
@@ -37,9 +37,9 @@ int lasso_init()
/* Init libxml and libxslt libraries */
xmlInitParser();
- LIBXML_TEST_VERSION
- xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS;
- xmlSubstituteEntitiesDefault(1);
+ //LIBXML_TEST_VERSION
+ // xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS;
+ //xmlSubstituteEntitiesDefault(1);
/* Init xmlsec library */
if(xmlSecInit() < 0) {