]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Split the checksum implementation into chksum_impl.c
authorMichael Schroeder <mls@suse.de>
Thu, 23 Apr 2026 13:44:16 +0000 (15:44 +0200)
committerMichael Schroeder <mls@suse.de>
Tue, 28 Apr 2026 11:45:04 +0000 (13:45 +0200)
commita4f1b2fc2c748bcbd7a743e15ff7eb3b2548eff4
treec7d5dae60dd060583ce42d4e7dc97950e307be96
parentec94fd563e2d7769549b3154a78a0452c34da8e1
Split the checksum implementation into chksum_impl.c

The goal is to move the implementation into the libsolvext at some
point in time.
src/CMakeLists.txt
src/chksum.c
src/chksum.h
src/chksum_impl.c [new file with mode: 0644]