diff options
| author | tb <> | 2021-10-31 16:29:58 +0000 |
|---|---|---|
| committer | tb <> | 2021-10-31 16:29:58 +0000 |
| commit | e0f10c2e3935b25e8d7167e6a8fc34ea57f5cbc2 (patch) | |
| tree | 7d1c4ce76a61ccd170384b90d6e7b59731b88052 /src/lib/libc | |
| parent | ece3619d25257d5061daad5f5867253771ca392e (diff) | |
| download | openbsd-e0f10c2e3935b25e8d7167e6a8fc34ea57f5cbc2.tar.gz openbsd-e0f10c2e3935b25e8d7167e6a8fc34ea57f5cbc2.tar.bz2 openbsd-e0f10c2e3935b25e8d7167e6a8fc34ea57f5cbc2.zip | |
Remove the unused X509_OBJECTS struct.
ok beck jsing
Diffstat (limited to '')
| -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; |
