ext/nokogiri_ext_xmlsec/util.c in nokogiri-xmlsec-instructure-0.9.4 vs ext/nokogiri_ext_xmlsec/util.c in nokogiri-xmlsec-instructure-0.9.5

- old
+ new

@@ -100,9 +100,10 @@ } void resetXmlSecError() { g_errorStack[0] = '\0'; g_errorStackPos = 0; + xmlSecErrorsSetCallback(storeErrorCallback); } void storeErrorCallback(const char *file, int line, const char *func,