Closed DDvO closed 2 years ago
Benjamin, this PR looks bulky, but most of it just just shuffling code and header items to the new files where they fit much better.
Whenever changing function names, e.g., UTIL_print_cert()
to CERT_print()
,
I added a #define
for API backward compatibility.
@benjamin-schilling would it help reviewing if I split this PR into one renaming and adapting functions and one with the rest, i.e., moving contents from various places to cert.{c,h}
?
Merged to master, squashing fixups - thanks @benjamin-schilling for the approval.
Also generalize
UTIL_warn_cert{,s}
toCERT_check{,_all}