summaryrefslogtreecommitdiff
path: root/src/libostree/libostree-devel.sym
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2020-05-10 13:20:50 +0000
committerColin Walters <walters@verbum.org>2020-05-10 14:18:55 +0000
commita9a81f3a297c08f027ccf5164c74f9ffdd0ca443 (patch)
treea56506660ff8f7e6842442b95117652b63dacb3d /src/libostree/libostree-devel.sym
parentf572206f15a5ba8a4a065840726a705aa200c1f1 (diff)
downloadostree-a9a81f3a297c08f027ccf5164c74f9ffdd0ca443.tar.gz
signing: Change API to create instances directly
This cleans up the verification code; it was weird how we'd get the list of known names and then try to create an instance from it (and throw an error if that failed, which couldn't happen).
Diffstat (limited to 'src/libostree/libostree-devel.sym')
-rw-r--r--src/libostree/libostree-devel.sym2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libostree/libostree-devel.sym b/src/libostree/libostree-devel.sym
index 9c6157a8..fd0ffd57 100644
--- a/src/libostree/libostree-devel.sym
+++ b/src/libostree/libostree-devel.sym
@@ -23,7 +23,7 @@ global:
ostree_repo_commit_modifier_set_sepolicy_from_commit;
someostree_symbol_deleteme;
ostree_sign_get_type;
- ostree_sign_list_names;
+ ostree_sign_get_all;
ostree_sign_commit;
ostree_sign_commit_verify;
ostree_sign_data;