Up to [cvs.NetBSD.org] / src / crypto / external / bsd / heimdal / lib / libasn1
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
heimdal libasn1: Nix expsym for now. NOTE: libasn1 has a version script that exports every global symbol with a version tag, which includes various the machine-dependent linker-generated symbols _init, _fini, _end, __bss_start__, _GLOBAL_OFFSET_TABLE_, &c. We need to find some way to filter these out -- either by not exporting them or by ignoring them when determining the actual symbol list to compare against the expected symbol list. PR lib/58838: shared libraries in base should all have expsym lists
crypto/external/bsd/heimdal: Add remaining expected symbols lists. NOTE: libkadm5clnt.so has a symbol version map, but we're not using it (PR lib/58795: libkadm5clnt.so is built without symbol version map). PR lib/58838: shared libraries in base should all have expsym lists