Page MenuHomeFreeBSD

heimdal: Add 64-bit integer support to ASN.1 compiler, part 2
ClosedPublic

Authored by dim on Apr 16 2024, 7:13 PM.
Tags
None
Referenced Files
F132123712: D44814.id.diff
Mon, Oct 13, 11:09 PM
F132123710: D44814.id137122.diff
Mon, Oct 13, 11:09 PM
F132123700: D44814.id137264.diff
Mon, Oct 13, 11:09 PM
Unknown Object (File)
Mon, Oct 13, 9:30 AM
Unknown Object (File)
Sun, Oct 12, 4:04 AM
Unknown Object (File)
Sat, Oct 11, 12:49 AM
Unknown Object (File)
Thu, Oct 9, 7:01 AM
Unknown Object (File)
Wed, Oct 8, 11:06 PM
Subscribers

Details

Summary

heimdal: Add 64-bit integer support to ASN.1 compiler, part 2

This adjusts the generated files:

  • asn1parse.c, asn1parse.h (although these seem to be generated by the FreeBSD build system too)
  • der-protos.h, which needs a bunch of new prototypes. I stole them from a der-protos.h generated by the upstream build system, which uses a perl script for this.
  • adjust printf format strings for int64_t. Upstream uses %lld for this, but that is not portable, and leads to lots of -Werror warnings.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable