]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[build] Fix building on older versions of gcc 137/head
authorMichael Brown <mcb30@ipxe.org>
Sun, 23 Aug 2020 16:52:41 +0000 (17:52 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sun, 23 Aug 2020 16:52:41 +0000 (17:52 +0100)
commit4bd064de239dab2426b31c9789a1f4d78087dc63
treef9aa57a681fb2ab61d4480374bbd5c5067191fb6
parentef2c844d01e78723af54b6ca67019fd9fe7f08e4
[build] Fix building on older versions of gcc

Older versions of gcc (observed with gcc 4.5.3) require attributes to
be specified on the first declaration of a symbol, and will silently
ignore attributes specified after the initial declaration.  This
causes the ASN.1 OID-identified algorithms to end up misaligned.

Fix by adding __asn1_algorithm to the initial declarations in asn1.h.

Debugged-by: Dentcho Bankov <dbankov@vmware.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/asn1.h