From e32b7961856ed66bd3d988144439aabe97fe9ab79be165912378e5c3c539d420 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 5 May 2020 06:22:29 +0000 Subject: [PATCH] Accepting request 800231 from home:msmeissn:branches:security OBS-URL: https://build.opensuse.org/request/show/800231 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=249 --- openscap-operator-c++.patch | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 openscap-operator-c++.patch 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); - - - /**