Revision 4bd064de239dab2426b31c9789a1f4d78087dc63 authored by Michael Brown on 23 August 2020, 16:52:41 UTC, committed by Michael Brown on 23 August 2020, 16:52:41 UTC
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>
1 parent ef2c844
History
File Mode Size
contrib
src
.travis.yml -rw-r--r-- 1.3 KB
COPYING -rw-r--r-- 558 bytes
COPYING.GPLv2 -rw-r--r-- 17.7 KB
COPYING.UBDL -rw-r--r-- 2.9 KB
README -rw-r--r-- 113 bytes

README

back to top