summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2021-10-31 16:29:58 +0000
committertb <>2021-10-31 16:29:58 +0000
commite0f10c2e3935b25e8d7167e6a8fc34ea57f5cbc2 (patch)
tree7d1c4ce76a61ccd170384b90d6e7b59731b88052 /src
parentece3619d25257d5061daad5f5867253771ca392e (diff)
downloadopenbsd-e0f10c2e3935b25e8d7167e6a8fc34ea57f5cbc2.tar.gz
openbsd-e0f10c2e3935b25e8d7167e6a8fc34ea57f5cbc2.tar.bz2
openbsd-e0f10c2e3935b25e8d7167e6a8fc34ea57f5cbc2.zip
Remove the unused X509_OBJECTS struct.
ok beck jsing
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/x509/x509.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h
index d064f7dbde..70e3f756c6 100644
--- a/src/lib/libcrypto/x509/x509.h
+++ b/src/lib/libcrypto/x509/x509.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509.h,v 1.83 2021/10/31 16:28:50 tb Exp $ */ 1/* $OpenBSD: x509.h,v 1.84 2021/10/31 16:29:58 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 *
@@ -127,13 +127,6 @@ extern "C" {
127#define X509v3_KU_DECIPHER_ONLY 0x8000 127#define X509v3_KU_DECIPHER_ONLY 0x8000
128#define X509v3_KU_UNDEF 0xffff 128#define X509v3_KU_UNDEF 0xffff
129 129
130typedef struct X509_objects_st
131 {
132 int nid;
133 int (*a2i)(void);
134 int (*i2a)(void);
135 } X509_OBJECTS;
136
137struct X509_algor_st { 130struct X509_algor_st {
138 ASN1_OBJECT *algorithm; 131 ASN1_OBJECT *algorithm;
139 ASN1_TYPE *parameter; 132 ASN1_TYPE *parameter;