]> git.ipfire.org Git - people/ms/libloc.git/commit
format: Reduce the length of the signature header
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 May 2020 12:22:50 +0000 (12:22 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 May 2020 12:22:50 +0000 (12:22 +0000)
commitc7db968aa347a099ff28164ef150a1c5f1e3ef15
tree1bf3a09692ccf98474866a02a6aa2944d283a0ab
parent67c99e7efafae9073dcaa37b5cab1fd5c846db9d
format: Reduce the length of the signature header

Since a single signature can only be up to 2048 bytes long,
we do not need 32 bits to tell us how many of those bytes
are being used.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/database.c
src/loc/format.h
src/writer.c