From f0045e366b4be4794ddf9c7123b1bb43169d83ea Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 28 Jul 2023 10:00:10 +0000 Subject: 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 --- src/lib/libcrypto/hidden/openssl/asn1t.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/lib/libcrypto/hidden') diff --git a/src/lib/libcrypto/hidden/openssl/asn1t.h b/src/lib/libcrypto/hidden/openssl/asn1t.h index d37d1dbbc0..666dea564c 100644 --- a/src/lib/libcrypto/hidden/openssl/asn1t.h +++ b/src/lib/libcrypto/hidden/openssl/asn1t.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asn1t.h,v 1.2 2023/07/07 19:37:54 beck Exp $ */ +/* $OpenBSD: asn1t.h,v 1.3 2023/07/28 10:00:10 tb Exp $ */ /* * Copyright (c) 2023 Bob Beck * @@ -27,13 +27,7 @@ LCRYPTO_USED(ASN1_item_ex_new); LCRYPTO_USED(ASN1_item_ex_free); -LCRYPTO_USED(ASN1_template_new); -LCRYPTO_USED(ASN1_primitive_new); -LCRYPTO_USED(ASN1_template_free); -LCRYPTO_USED(ASN1_template_d2i); LCRYPTO_USED(ASN1_item_ex_d2i); LCRYPTO_USED(ASN1_item_ex_i2d); -LCRYPTO_USED(ASN1_template_i2d); -LCRYPTO_USED(ASN1_primitive_free); #endif /* _LIBCRYPTO_ASN1T_H */ -- cgit v1.2.3-55-g6feb