History log of /openbsd-src/lib/libcrypto/hidden/openssl/asn1t.h (Results 1 – 5 of 5)
Revision Date Author Comments
# 76da589e 08-Jul-2024 beck <beck@openbsd.org>

Guard variable declarations to unbreak non-namespaced builds.

ok tb@


# 0b1a5afd 08-Jul-2024 beck <beck@openbsd.org>

Hide global _it symbols in asn1t.h

ok tb@


# c9ae38aa 28-Jul-2023 tb <tb@openbsd.org>

Make ASN1_{primitive,template}_* internal

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


# 1ec3c770 07-Jul-2023 beck <beck@openbsd.org>

Unbreak the namespace build after a broken mk.conf and tool misfire had
me aliasing symbols not in the headers I was procesing.

This unbreaks the namespace build so it will pass again

ok tb@


# acf64401 05-Jul-2023 beck <beck@openbsd.org>

Hide symbols in asn1 and bio

ok jsing@