]> git.ipfire.org Git - thirdparty/grub.git/commit
libgcrypt/kdf: Get rid of gpg_err_code_from_errno()
authorGary Lin <glin@suse.com>
Wed, 15 Oct 2025 03:00:19 +0000 (11:00 +0800)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 21 Oct 2025 11:47:25 +0000 (13:47 +0200)
commit1ff72064178794b13ad3bf690bfa37e8fc76e2b9
tree07ef20518fdc74c0eaf9cc431bc01c9c28953b08
parent0c06a454fce726179bbd0199cfd3e1a1de2be707
libgcrypt/kdf: Get rid of gpg_err_code_from_errno()

gpg_err_code_from_errno() requires libgcrypt_wrap/mem.c which is not in
Makefile.utilgcry.def. This commit replaces gpg_err_code_from_errno()
with GPG_ERR_* to avoid the build errors.

Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
conf/Makefile.extra-dist
grub-core/lib/libgcrypt-patches/10-kdf-use-GPG-errs.patch [new file with mode: 0644]