]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Merge the RRDP modules
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 7 Nov 2023 18:40:05 +0000 (12:40 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 7 Nov 2023 18:55:59 +0000 (12:55 -0600)
commit84874cec1f9b6a9d354c31a7ef58d630a6f7d9ea
tree8a0d870e87bcb30585102e322f2a954d28694761
parent660de68b7fa767bebedeec91cb62dd1c5fb9e14c
Merge the RRDP modules

I don't really have any strong arguments to justify this. Been
progressively convincing myself to do it over time, and at this point I
think it's inevitable.

It's not that much code, most of this stuff doesn't need to be exported,
and the reduced API simplifies the review.

I'm becoming a minimalist, I suppose.
12 files changed:
src/Makefile.am
src/object/certificate.c
src/rrdp.c [moved from src/rrdp/rrdp_parser.c with 72% similarity]
src/rrdp.h [new file with mode: 0644]
src/rrdp/rrdp_loader.c [deleted file]
src/rrdp/rrdp_loader.h [deleted file]
src/rrdp/rrdp_objects.c [deleted file]
src/rrdp/rrdp_objects.h [deleted file]
src/rrdp/rrdp_parser.h [deleted file]
src/types/uri.c
test/Makefile.am
test/rrdp_test.c [moved from test/rrdp_objects_test.c with 91% similarity]