diff options
Diffstat (limited to 'src')
-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; |