Re: [PATCH v2 2/6] types.h: add UINT-related macros needed for Argon2

2020-02-21 Thread Daniel Kiper
On Thu, Feb 20, 2020 at 07:00:50PM +0100, Patrick Steinhardt wrote: > For the upcoming import of the Argon2 library, we need the macros > GRUB_UINT32_MAX, GRUB_UINT32_C and GRUB_UINT64_C. Add them as a > preparatory step. > > Signed-off-by: Patrick Steinhardt > --- > include/grub/types.h | 8

[PATCH v2 2/6] types.h: add UINT-related macros needed for Argon2

2020-02-20 Thread Patrick Steinhardt
For the upcoming import of the Argon2 library, we need the macros GRUB_UINT32_MAX, GRUB_UINT32_C and GRUB_UINT64_C. Add them as a preparatory step. Signed-off-by: Patrick Steinhardt --- include/grub/types.h | 8 1 file changed, 8 insertions(+) diff --git a/include/grub/types.h b/includ