summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/asn1t.h
diff options
context:
space:
mode:
authortb <>2023-07-28 10:00:10 +0000
committertb <>2023-07-28 10:00:10 +0000
commitf0045e366b4be4794ddf9c7123b1bb43169d83ea (patch)
tree8272f88698795f7034962dbe4a4dec21929fd6ba /src/lib/libcrypto/hidden/openssl/asn1t.h
parentb57b8995befab5a960cda55abaa2c8eeb444dd0a (diff)
downloadopenbsd-f0045e366b4be4794ddf9c7123b1bb43169d83ea.tar.gz
openbsd-f0045e366b4be4794ddf9c7123b1bb43169d83ea.tar.bz2
openbsd-f0045e366b4be4794ddf9c7123b1bb43169d83ea.zip
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
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/asn1t.h')
-rw-r--r--src/lib/libcrypto/hidden/openssl/asn1t.h8
1 files changed, 1 insertions, 7 deletions
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 @@
1/* $OpenBSD: asn1t.h,v 1.2 2023/07/07 19:37:54 beck Exp $ */ 1/* $OpenBSD: asn1t.h,v 1.3 2023/07/28 10:00:10 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -27,13 +27,7 @@
27 27
28LCRYPTO_USED(ASN1_item_ex_new); 28LCRYPTO_USED(ASN1_item_ex_new);
29LCRYPTO_USED(ASN1_item_ex_free); 29LCRYPTO_USED(ASN1_item_ex_free);
30LCRYPTO_USED(ASN1_template_new);
31LCRYPTO_USED(ASN1_primitive_new);
32LCRYPTO_USED(ASN1_template_free);
33LCRYPTO_USED(ASN1_template_d2i);
34LCRYPTO_USED(ASN1_item_ex_d2i); 30LCRYPTO_USED(ASN1_item_ex_d2i);
35LCRYPTO_USED(ASN1_item_ex_i2d); 31LCRYPTO_USED(ASN1_item_ex_i2d);
36LCRYPTO_USED(ASN1_template_i2d);
37LCRYPTO_USED(ASN1_primitive_free);
38 32
39#endif /* _LIBCRYPTO_ASN1T_H */ 33#endif /* _LIBCRYPTO_ASN1T_H */