Re: [PATCH v2 12/22] libtasn1: disable code not needed in grub

2021-07-20 Thread Stefan Berger
On 6/30/21 4:40 AM, Daniel Axtens wrote: We don't expect to be able to write ASN.1, only read it, so we can disable some code. Do that with #if 0/#endif, rather than deletion. This means that the difference between upstream and grub is smaller, which should make updating libtasn1 easier in the

[PATCH v2 12/22] libtasn1: disable code not needed in grub

2021-06-30 Thread Daniel Axtens
We don't expect to be able to write ASN.1, only read it, so we can disable some code. Do that with #if 0/#endif, rather than deletion. This means that the difference between upstream and grub is smaller, which should make updating libtasn1 easier in the future. With these exclusions we also avoid