Richard Levitte
Richard Levitte
> ``` > For bug reporting instructions, please see: > . > ar: providers/common/der/libdefault-lib-der_rsa_sig.o: No such file or directory > make[1]: *** [Makefile:22733: providers/libdefault.a] Error 1 > make[1]: Leaving directory...
Then I suggest doing this: ``` console $ make 2>&1 | tee makelog.txt ``` Then share `makelog.txt` with us.
> for more precision, the command i typed was : `$ make -j12 2>&1 | tee makelog.txt` [makelog.txt](https://github.com/user-attachments/files/16041137/makelog.txt) Cordially Did you look at it? That shows a perfect build, no...
``` diff diff --git a/crypto/objects/objects.txt b/crypto/objects/objects.txt index 86c3960375..b2c3278827 100644 --- a/crypto/objects/objects.txt +++ b/crypto/objects/objects.txt @@ -519,7 +519,8 @@ id-pkix-mod 100 : id-mod-cmp2021-02 id-pe 1 : authorityInfoAccess : Authority Information Access id-pe...
I was inspired by @mspncp's untabifying work. This effort is made manually, as I find perltidy having a bit too many quirks to make things easy enough.
I fully intend to backport to 1.1.1 as well
I'm looking again at this... @mspncp, do you happen to know which option I should hit?
I just did a re-run with `perltidy -ce` on the same files, and there are a few things I don't quite understand how to control. Some help figuring this out...
According to the manual, 80 is the default line length...