diff --git a/openscap-operator-c++.patch b/openscap-operator-c++.patch deleted file mode 100644 index 82801a6..0000000 --- a/openscap-operator-c++.patch +++ /dev/null @@ -1,26 +0,0 @@ -Index: openscap-1.3.2/src/OVAL/probes/probe/entcmp.h -=================================================================== ---- openscap-1.3.2.orig/src/OVAL/probes/probe/entcmp.h -+++ openscap-1.3.2/src/OVAL/probes/probe/entcmp.h -@@ -49,7 +49,7 @@ oval_result_t probe_ent_result_bychk(SEX - * @param res_lst the results vector - * @param check the operator enumeration value - */ --oval_result_t probe_ent_result_byopr(SEXP_t * res_lst, oval_operator_t operator); -+oval_result_t probe_ent_result_byopr(SEXP_t * res_lst, oval_operator_t xop); - - /** - * Compare object entity's content with a value. -Index: openscap-1.3.2/src/OVAL/public/oval_definitions.h -=================================================================== ---- openscap-1.3.2.orig/src/OVAL/public/oval_definitions.h -+++ openscap-1.3.2/src/OVAL/public/oval_definitions.h -@@ -1669,7 +1669,7 @@ OSCAP_API void oval_variable_possible_va - * @param hint A short description of what the value means or represents. - * @memberof oval_variable_possible_restriction - */ --OSCAP_API struct oval_variable_possible_restriction *oval_variable_possible_restriction_new(oval_operator_t operator, const char *hint); -+OSCAP_API struct oval_variable_possible_restriction *oval_variable_possible_restriction_new(oval_operator_t xop, const char *hint); - - - /**