diff options
author | jsg <> | 2023-07-28 13:30:07 +0000 |
---|---|---|
committer | jsg <> | 2023-07-28 13:30:07 +0000 |
commit | a9f558638c3f441a2ba9535c3e696ec5641b3005 (patch) | |
tree | bd178a1d39da6f6b100d83a2481219f887954d66 | |
parent | 0b06521ed22350e94574d8126e7f61d85b8c8936 (diff) | |
download | openbsd-a9f558638c3f441a2ba9535c3e696ec5641b3005.tar.gz openbsd-a9f558638c3f441a2ba9535c3e696ec5641b3005.tar.bz2 openbsd-a9f558638c3f441a2ba9535c3e696ec5641b3005.zip |
remove X509_ATTRIBUTE_SET_it
public symbol removed in April
ok tb@
-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, |