SHA256
1
0
forked from pool/openscap

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
This commit is contained in:
Marcus Meissner 2020-05-05 06:22:29 +00:00 committed by Git OBS Bridge
parent 0cb0407eba
commit e32b796185

View File

@ -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);
/**