Re: [PATCH v19 12/33] asn1_test: print the error messages with grub_printf()

2024-10-04 Thread Daniel Kiper
On Fri, Sep 06, 2024 at 05:11:04PM +0800, Gary Lin via Grub-devel wrote: > This commit replaces printf() and fprintf() with grub_printf() to print > the error messages for the testcases. Besides, asn1_strerror() is used > to convert the result code to strings instead of asn1_perror(). > > Signed-of

[PATCH v19 12/33] asn1_test: print the error messages with grub_printf()

2024-09-06 Thread Gary Lin via Grub-devel
This commit replaces printf() and fprintf() with grub_printf() to print the error messages for the testcases. Besides, asn1_strerror() is used to convert the result code to strings instead of asn1_perror(). Signed-off-by: Daniel Axtens Signed-off-by: Gary Lin --- ...-the-error-messages-with-gru