diff options
author | beck <> | 2024-07-08 16:24:22 +0000 |
---|---|---|
committer | beck <> | 2024-07-08 16:24:22 +0000 |
commit | 1a028405d9273f34c544f9f13321c6313cc407bd (patch) | |
tree | eab340e43f1cb73482e9362c8bdf2bba9de8e1d5 /src/lib/libcrypto/asn1/tasn_typ.c | |
parent | 4b24fdbbea79c7bdfd9dbbdf4bf6884bdd5158d1 (diff) | |
download | openbsd-1a028405d9273f34c544f9f13321c6313cc407bd.tar.gz openbsd-1a028405d9273f34c544f9f13321c6313cc407bd.tar.bz2 openbsd-1a028405d9273f34c544f9f13321c6313cc407bd.zip |
Hide global _it symbols in asn1t.h
ok tb@
Diffstat (limited to 'src/lib/libcrypto/asn1/tasn_typ.c')
-rw-r--r-- | src/lib/libcrypto/asn1/tasn_typ.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/tasn_typ.c b/src/lib/libcrypto/asn1/tasn_typ.c index 488d8ff44d..0f7fcb0e03 100644 --- a/src/lib/libcrypto/asn1/tasn_typ.c +++ b/src/lib/libcrypto/asn1/tasn_typ.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tasn_typ.c,v 1.19 2024/07/08 14:52:31 beck Exp $ */ | 1 | /* $OpenBSD: tasn_typ.c,v 1.20 2024/07/08 16:24:22 beck Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2000. | 3 | * project 2000. |
4 | */ | 4 | */ |
@@ -487,6 +487,7 @@ const ASN1_ITEM ASN1_SEQUENCE_it = { | |||
487 | .utype = V_ASN1_SEQUENCE, | 487 | .utype = V_ASN1_SEQUENCE, |
488 | .sname = "ASN1_SEQUENCE", | 488 | .sname = "ASN1_SEQUENCE", |
489 | }; | 489 | }; |
490 | LCRYPTO_ALIAS(ASN1_SEQUENCE_it); | ||
490 | 491 | ||
491 | 492 | ||
492 | /* Multistring types */ | 493 | /* Multistring types */ |