diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/asn1/x_attrib.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/lib/libcrypto/asn1/x_attrib.c b/src/lib/libcrypto/asn1/x_attrib.c index eb72d046c1..08206172fd 100644 --- a/src/lib/libcrypto/asn1/x_attrib.c +++ b/src/lib/libcrypto/asn1/x_attrib.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x_attrib.c,v 1.20 2023/07/07 19:37:52 beck Exp $ */ | 1 | /* $OpenBSD: x_attrib.c,v 1.21 2023/07/28 13:30:07 jsg 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 | * |
| @@ -64,19 +64,6 @@ | |||
| 64 | 64 | ||
| 65 | #include "x509_local.h" | 65 | #include "x509_local.h" |
| 66 | 66 | ||
| 67 | /* | ||
| 68 | * XXX - remove X509_ATTRIBUTE_SET_it with next major bump. | ||
| 69 | */ | ||
| 70 | const ASN1_ITEM X509_ATTRIBUTE_SET_it = { | ||
| 71 | .itype = ASN1_ITYPE_CHOICE, | ||
| 72 | .utype = 0, | ||
| 73 | .templates = NULL, | ||
| 74 | .tcount = 0, | ||
| 75 | .funcs = NULL, | ||
| 76 | .size = sizeof(X509_ATTRIBUTE), | ||
| 77 | .sname = "X509_ATTRIBUTE", | ||
| 78 | }; | ||
| 79 | |||
| 80 | static const ASN1_TEMPLATE X509_ATTRIBUTE_seq_tt[] = { | 67 | static const ASN1_TEMPLATE X509_ATTRIBUTE_seq_tt[] = { |
| 81 | { | 68 | { |
| 82 | .flags = 0, | 69 | .flags = 0, |
