summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/asn1t.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Guard variable declarations to unbreak non-namespaced builds.beck2024-07-081-1/+3
| | | | ok tb@
* Hide global _it symbols in asn1t.hbeck2024-07-081-1/+6
| | | | ok tb@
* Make ASN1_{primitive,template}_* internaltb2023-07-281-7/+1
| | | | | | | These were long removed from the public OpenSSL API, so we can do the same. Remove ASN1_template_{d2i,i2d}() - those are unused internally. ok jsing
* Unbreak the namespace build after a broken mk.conf and tool misfire hadbeck2023-07-071-1/+1
| | | | | | | | me aliasing symbols not in the headers I was procesing. This unbreaks the namespace build so it will pass again ok tb@
* Hide symbols in asn1 and biobeck2023-07-051-0/+39
ok jsing@