diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/asn1/asn1.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h index c44f85113b..c9099465db 100644 --- a/src/lib/libcrypto/asn1/asn1.h +++ b/src/lib/libcrypto/asn1/asn1.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: asn1.h,v 1.89 2024/03/02 09:02:04 tb Exp $ */ | 1 | /* $OpenBSD: asn1.h,v 1.90 2024/03/02 09:04:07 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -866,18 +866,6 @@ ASN1_TYPE *ASN1_generate_v3(const char *str, X509V3_CTX *cnf); | |||
866 | 866 | ||
867 | int ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent, | 867 | int ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent, |
868 | const ASN1_ITEM *it, const ASN1_PCTX *pctx); | 868 | const ASN1_ITEM *it, const ASN1_PCTX *pctx); |
869 | ASN1_PCTX *ASN1_PCTX_new(void); | ||
870 | void ASN1_PCTX_free(ASN1_PCTX *p); | ||
871 | unsigned long ASN1_PCTX_get_flags(const ASN1_PCTX *p); | ||
872 | void ASN1_PCTX_set_flags(ASN1_PCTX *p, unsigned long flags); | ||
873 | unsigned long ASN1_PCTX_get_nm_flags(const ASN1_PCTX *p); | ||
874 | void ASN1_PCTX_set_nm_flags(ASN1_PCTX *p, unsigned long flags); | ||
875 | unsigned long ASN1_PCTX_get_cert_flags(const ASN1_PCTX *p); | ||
876 | void ASN1_PCTX_set_cert_flags(ASN1_PCTX *p, unsigned long flags); | ||
877 | unsigned long ASN1_PCTX_get_oid_flags(const ASN1_PCTX *p); | ||
878 | void ASN1_PCTX_set_oid_flags(ASN1_PCTX *p, unsigned long flags); | ||
879 | unsigned long ASN1_PCTX_get_str_flags(const ASN1_PCTX *p); | ||
880 | void ASN1_PCTX_set_str_flags(ASN1_PCTX *p, unsigned long flags); | ||
881 | 869 | ||
882 | int SMIME_crlf_copy(BIO *in, BIO *out, int flags); | 870 | int SMIME_crlf_copy(BIO *in, BIO *out, int flags); |
883 | int SMIME_text(BIO *in, BIO *out); | 871 | int SMIME_text(BIO *in, BIO *out); |