summaryrefslogtreecommitdiff
path: root/lib/rpmts_internal.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2018-06-27 11:22:41 +0300
committerPanu Matilainen <pmatilai@redhat.com>2018-06-27 13:45:28 +0300
commit60cbee157611875357d053f7fcdcb973c9625589 (patch)
tree14f50056289377f4326014e1ddf645804468c81d /lib/rpmts_internal.h
parent619f220af574a25bc8e58c7908ac526b55ed5a0d (diff)
downloadrpm-60cbee157611875357d053f7fcdcb973c9625589.tar.gz
Rename vslevel back to vfylevel everywhere, sigh
rpmtsVSFlags() doesn't actually control what happens with the package verification that vslevel/vfylevel relates to, it controls the verification that happens on header/package read. We actually need a separate API for controlling the flags that control the operation that verify level is associated with, so to avoid total confusion as to what is what... paving way for adding rpmtsVfyFlags(), but that's not added in this commit - rename only.
Diffstat (limited to 'lib/rpmts_internal.h')
-rw-r--r--lib/rpmts_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmts_internal.h b/lib/rpmts_internal.h
index ded0ee27c..2b831c697 100644
--- a/lib/rpmts_internal.h
+++ b/lib/rpmts_internal.h
@@ -71,7 +71,7 @@ struct rpmts_s {
rpm_color_t prefcolor; /*!< Preferred file color. */
rpmVSFlags vsflags; /*!< Signature/digest verification flags. */
- int vslevel; /*!< Package verification level */
+ int vfylevel; /*!< Package verification level */
rpmKeyring keyring; /*!< Keyring in use. */
ARGV_t netsharedPaths; /*!< From %{_netsharedpath} */