]> git.ipfire.org Git - thirdparty/grub.git/commit
libtasn1: Adjust the header paths in libtasn1.h
authorGary Lin <glin@suse.com>
Fri, 15 Nov 2024 07:34:34 +0000 (15:34 +0800)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 28 Nov 2024 20:50:53 +0000 (21:50 +0100)
commit8f56e5e5cfa7a6e4fe94fad951f8e2dd738cff14
treefa790b7801302f7a4a709e76848c70d6700edf39
parentd86df91cbe2694ab9dbddad04fc0b0bacb2e208f
libtasn1: Adjust the header paths in libtasn1.h

Since libtasn1.h is the header to be included by users, including the
standard POSIX headers in libtasn1.h would force the user to add the
CFLAGS/CPPFLAGS for the POSIX headers.

This commit adjusts the header paths to use the grub headers instead of
the standard POSIX headers, so that users only need to include
libtasn1.h to use libtasn1 functions.

Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Tested-by: Stefan Berger <stefanb@linux.ibm.com>
grub-core/lib/libtasn1-patches/0004-libtasn1-adjust-the-header-paths-in-libtasn1.h.patch [new file with mode: 0644]