diff options
author | tb <> | 2021-10-31 16:29:58 +0000 |
---|---|---|
committer | tb <> | 2021-10-31 16:29:58 +0000 |
commit | 59441b7f7e97feae136916c5398ac203953f0386 (patch) | |
tree | 7d1c4ce76a61ccd170384b90d6e7b59731b88052 /src/lib | |
parent | 90b345b65c2508d8590aa1e287d74241db00c990 (diff) | |
download | openbsd-59441b7f7e97feae136916c5398ac203953f0386.tar.gz openbsd-59441b7f7e97feae136916c5398ac203953f0386.tar.bz2 openbsd-59441b7f7e97feae136916c5398ac203953f0386.zip |
Remove the unused X509_OBJECTS struct.
ok beck jsing
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/x509/x509.h | 9 |
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 | ||
130 | typedef struct X509_objects_st | ||
131 | { | ||
132 | int nid; | ||
133 | int (*a2i)(void); | ||
134 | int (*i2a)(void); | ||
135 | } X509_OBJECTS; | ||
136 | |||
137 | struct X509_algor_st { | 130 | struct X509_algor_st { |
138 | ASN1_OBJECT *algorithm; | 131 | ASN1_OBJECT *algorithm; |
139 | ASN1_TYPE *parameter; | 132 | ASN1_TYPE *parameter; |