Join the x509 and x509v3 directories#8925
Conversation
|
Oh, I should probably add a note in CHANGES |
|
Done |
|
Needs a rebase.. |
|
After collapsing the v3 folder, does not merging the error modules cause any issues if a new error code is added? |
Nope. It turns out that several error modules can coexist in the same directory, as they all depend on the start of the |
This has been long overdue. Note that this does not join the X509 and X509V3 error modules, that will be too many macro changes at this stage. Fixes openssl#8919
|
Rebase done |
slontis
left a comment
There was a problem hiding this comment.
Needs a rebase - I approve otherwise
So err, I did the rebase, I'll take that as approval. |
|
The CI loop hasnt finished yet :) |
|
One thing I haven't quite dived into is joining |
|
new PR maybe |
|
Merged. 878dc8d Join the x509 and x509v3 directories |
|
You'll have to make sure a stub x509v3 file exists to not break applications of course. |
I guess you are talking about the |
This has been long overdue.
Note that this does not join the X509 and X509V3 error modules, that
will be too many macro changes at this stage.
Fixes #8919