sync code with last fixes and improvements from OpenBSD
This commit is contained in:
parent
f960599e67
commit
691f97cc10
215 changed files with 1520 additions and 11518 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: asn1.h,v 1.2 2023/07/07 19:37:54 beck Exp $ */
|
||||
/* $OpenBSD: asn1.h,v 1.6 2023/07/28 10:33:13 tb Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2023 Bob Beck <beck@openbsd.org>
|
||||
*
|
||||
|
@ -61,10 +61,6 @@ LCRYPTO_USED(i2d_ASN1_BIT_STRING);
|
|||
LCRYPTO_USED(ASN1_BIT_STRING_set);
|
||||
LCRYPTO_USED(ASN1_BIT_STRING_set_bit);
|
||||
LCRYPTO_USED(ASN1_BIT_STRING_get_bit);
|
||||
LCRYPTO_USED(ASN1_BIT_STRING_check);
|
||||
LCRYPTO_USED(ASN1_BIT_STRING_name_print);
|
||||
LCRYPTO_USED(ASN1_BIT_STRING_num_asc);
|
||||
LCRYPTO_USED(ASN1_BIT_STRING_set_asc);
|
||||
LCRYPTO_USED(ASN1_INTEGER_new);
|
||||
LCRYPTO_USED(ASN1_INTEGER_free);
|
||||
LCRYPTO_USED(d2i_ASN1_INTEGER);
|
||||
|
@ -208,8 +204,6 @@ LCRYPTO_USED(ASN1_GENERALIZEDTIME_print);
|
|||
LCRYPTO_USED(ASN1_TIME_print);
|
||||
LCRYPTO_USED(ASN1_STRING_print);
|
||||
LCRYPTO_USED(ASN1_STRING_print_ex);
|
||||
LCRYPTO_USED(ASN1_bn_print);
|
||||
LCRYPTO_USED(ASN1_buf_print);
|
||||
LCRYPTO_USED(ASN1_parse);
|
||||
LCRYPTO_USED(ASN1_parse_dump);
|
||||
LCRYPTO_USED(ASN1_tag2bit);
|
||||
|
@ -250,7 +244,6 @@ LCRYPTO_USED(ASN1_PCTX_get_oid_flags);
|
|||
LCRYPTO_USED(ASN1_PCTX_set_oid_flags);
|
||||
LCRYPTO_USED(ASN1_PCTX_get_str_flags);
|
||||
LCRYPTO_USED(ASN1_PCTX_set_str_flags);
|
||||
LCRYPTO_USED(BIO_f_asn1);
|
||||
LCRYPTO_USED(SMIME_crlf_copy);
|
||||
LCRYPTO_USED(SMIME_text);
|
||||
LCRYPTO_USED(ERR_load_ASN1_strings);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue