Skip to content

Commit

Permalink
Split keystore handling to a separate source
Browse files Browse the repository at this point in the history
Except for making the three keystore API functions non-static, there
are no code changes here, it's all just moving stuff around. Thus,
there cannot be any functionality changes either.

The internal API here should not be considered final, this is just
a stepping stone to hide the keystore internals from the rest of
the rpmts layer.

Related: rpm-software-management#3342
  • Loading branch information
pmatilai authored and ffesti committed Oct 23, 2024
1 parent 5e5e614 commit 364d284
Show file tree
Hide file tree
Showing 4 changed files with 488 additions and 448 deletions.
1 change: 1 addition & 0 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ target_sources(librpm PRIVATE
backend/dbi.cc backend/dbi.hh backend/dummydb.cc
backend/dbiset.cc backend/dbiset.hh
headerutil.cc header.cc headerfmt.cc header_internal.hh
keystore.cc keystore.hh
rpmdb.cc rpmdb_internal.hh
fprint.cc fprint.hh tagname.cc rpmtd.cc tagtbl.inc
cpio.cc cpio.hh depends.cc order.cc formats.cc tagexts.cc fsm.cc fsm.hh
Expand Down
Loading

0 comments on commit 364d284

Please sign in to comment.