From ed417f6050bd7c053170483009e4fab66329c154 Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 31 Oct 2021 16:29:58 +0000 Subject: [PATCH] Remove the unused X509_OBJECTS struct. ok beck jsing --- lib/libcrypto/x509/x509.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/lib/libcrypto/x509/x509.h b/lib/libcrypto/x509/x509.h index d064f7dbded..70e3f756c6d 100644 --- a/lib/libcrypto/x509/x509.h +++ b/lib/libcrypto/x509/x509.h @@ -1,4 +1,4 @@ -/* $OpenBSD: x509.h,v 1.83 2021/10/31 16:28:50 tb Exp $ */ +/* $OpenBSD: x509.h,v 1.84 2021/10/31 16:29:58 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -127,13 +127,6 @@ extern "C" { #define X509v3_KU_DECIPHER_ONLY 0x8000 #define X509v3_KU_UNDEF 0xffff -typedef struct X509_objects_st - { - int nid; - int (*a2i)(void); - int (*i2a)(void); - } X509_OBJECTS; - struct X509_algor_st { ASN1_OBJECT *algorithm; ASN1_TYPE *parameter; -- 2.20.1