sync
This commit is contained in:
parent
2a351e0cdc
commit
f57be82572
704 changed files with 20524 additions and 10572 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: asn1.h,v 1.1 2023/07/05 21:23:37 beck Exp $ */
|
||||
/* $OpenBSD: asn1.h,v 1.2 2023/07/07 19:37:54 beck Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2023 Bob Beck <beck@openbsd.org>
|
||||
*
|
||||
|
@ -80,7 +80,6 @@ LCRYPTO_USED(ASN1_UTCTIME_check);
|
|||
LCRYPTO_USED(ASN1_UTCTIME_set);
|
||||
LCRYPTO_USED(ASN1_UTCTIME_adj);
|
||||
LCRYPTO_USED(ASN1_UTCTIME_set_string);
|
||||
LCRYPTO_USED(ASN1_UTCTIME_cmp_time_t);
|
||||
LCRYPTO_USED(ASN1_GENERALIZEDTIME_check);
|
||||
LCRYPTO_USED(ASN1_GENERALIZEDTIME_set);
|
||||
LCRYPTO_USED(ASN1_GENERALIZEDTIME_adj);
|
||||
|
@ -194,7 +193,6 @@ LCRYPTO_USED(ASN1_put_object);
|
|||
LCRYPTO_USED(ASN1_put_eoc);
|
||||
LCRYPTO_USED(ASN1_object_size);
|
||||
LCRYPTO_USED(ASN1_item_dup);
|
||||
LCRYPTO_USED(ASN1_dup);
|
||||
LCRYPTO_USED(ASN1_d2i_fp);
|
||||
LCRYPTO_USED(ASN1_item_d2i_fp);
|
||||
LCRYPTO_USED(ASN1_i2d_fp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue