simmon / certmonger

Forked from certmonger 2 years ago
Clone

f9d06a0 Avoid using xmlXPathNodeEval(), not in EL 5

Authored and Committed by nalin 8 years ago
    Avoid using xmlXPathNodeEval(), not in EL 5
    
    When parsing Dogtag result documents, use a wrapper function that calls
    xmlXPathEval() instead of trying to directly call xmlXPathNodeEval(),
    which wasn't available in the version of libxml2 that was in RHEL 5.
    
        
file modified
+20 -4