Files
heimdal/lib
Pino Toscano 2194be6c92 asn1: Include <errno.h> before using/checking bits from it
Commit 232c936ea3 added a fallback ENOTSUP
definition. The check itself and the fallback definition rely on
<errno.h> to be included already, so in case it was not (depending on
the platform) then there will be a wrong definition of ENOTSUP.

Instead of rely on <errno.h> to be included before including a
generated header from this tool, include it manually. This way both
the ENOTSUP check and its fallback definition (if ever) will always
work.
2026-06-06 23:54:47 +01:00
..
2026-01-21 12:40:26 -06:00
2026-05-25 17:32:05 -05:00
2024-06-16 23:30:48 -04:00
2026-01-22 23:32:14 -06:00
2024-06-16 23:30:48 -04:00