diff options
author | tb <> | 2024-03-02 09:04:07 +0000 |
---|---|---|
committer | tb <> | 2024-03-02 09:04:07 +0000 |
commit | 072e3a802a3e57c8384497865cc93a9245048694 (patch) | |
tree | d5564ffb0781bc28f8fa65e9c16a5077018980c9 /src/lib/libcrypto/hidden/openssl/asn1.h | |
parent | a73fc18db0f7a430051a0c4c25c3154278ae50a0 (diff) | |
download | openbsd-072e3a802a3e57c8384497865cc93a9245048694.tar.gz openbsd-072e3a802a3e57c8384497865cc93a9245048694.tar.bz2 openbsd-072e3a802a3e57c8384497865cc93a9245048694.zip |
Remove ASN1_PCTX nonsense
This is only used by the fuzzing code. Another bit of poorly thought
out extensibility that makes people pass NULL pointers to a bunch
of APIs.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/asn1.h')
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/asn1.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/asn1.h b/src/lib/libcrypto/hidden/openssl/asn1.h index 34790e31fa..169475a0ba 100644 --- a/src/lib/libcrypto/hidden/openssl/asn1.h +++ b/src/lib/libcrypto/hidden/openssl/asn1.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: asn1.h,v 1.10 2024/03/02 09:02:04 tb Exp $ */ | 1 | /* $OpenBSD: asn1.h,v 1.11 2024/03/02 09:04:07 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -229,18 +229,6 @@ LCRYPTO_USED(ASN1_item_i2d); | |||
229 | LCRYPTO_USED(ASN1_generate_nconf); | 229 | LCRYPTO_USED(ASN1_generate_nconf); |
230 | LCRYPTO_USED(ASN1_generate_v3); | 230 | LCRYPTO_USED(ASN1_generate_v3); |
231 | LCRYPTO_USED(ASN1_item_print); | 231 | LCRYPTO_USED(ASN1_item_print); |
232 | LCRYPTO_USED(ASN1_PCTX_new); | ||
233 | LCRYPTO_USED(ASN1_PCTX_free); | ||
234 | LCRYPTO_USED(ASN1_PCTX_get_flags); | ||
235 | LCRYPTO_USED(ASN1_PCTX_set_flags); | ||
236 | LCRYPTO_USED(ASN1_PCTX_get_nm_flags); | ||
237 | LCRYPTO_USED(ASN1_PCTX_set_nm_flags); | ||
238 | LCRYPTO_USED(ASN1_PCTX_get_cert_flags); | ||
239 | LCRYPTO_USED(ASN1_PCTX_set_cert_flags); | ||
240 | LCRYPTO_USED(ASN1_PCTX_get_oid_flags); | ||
241 | LCRYPTO_USED(ASN1_PCTX_set_oid_flags); | ||
242 | LCRYPTO_USED(ASN1_PCTX_get_str_flags); | ||
243 | LCRYPTO_USED(ASN1_PCTX_set_str_flags); | ||
244 | LCRYPTO_USED(SMIME_crlf_copy); | 232 | LCRYPTO_USED(SMIME_crlf_copy); |
245 | LCRYPTO_USED(SMIME_text); | 233 | LCRYPTO_USED(SMIME_text); |
246 | LCRYPTO_USED(ERR_load_ASN1_strings); | 234 | LCRYPTO_USED(ERR_load_ASN1_strings); |