From e23dd8eeb926d7e44d429fd640c7c55c3867f4eb Mon Sep 17 00:00:00 2001 From: jsg <> Date: Mon, 27 May 2024 09:12:32 +0000 Subject: remove unused typedefs with structs that were removed ENGINE, SSL and SSL_CTX remain even though the structs in the typedefs don't exist as they are used as incomplete types. feedback, ports bulk build and ok tb@ --- src/lib/libcrypto/ossl_typ.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/lib/libcrypto') diff --git a/src/lib/libcrypto/ossl_typ.h b/src/lib/libcrypto/ossl_typ.h index 237a8d9672..2d8e6674d2 100644 --- a/src/lib/libcrypto/ossl_typ.h +++ b/src/lib/libcrypto/ossl_typ.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ossl_typ.h,v 1.30 2023/08/11 05:10:35 tb Exp $ */ +/* $OpenBSD: ossl_typ.h,v 1.31 2024/05/27 09:12:32 jsg Exp $ */ /* ==================================================================== * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. * @@ -94,9 +94,6 @@ typedef struct bn_gencb_st BN_GENCB; typedef struct bio_st BIO; typedef struct buf_mem_st BUF_MEM; -typedef struct comp_ctx_st COMP_CTX; -typedef struct comp_method_st COMP_METHOD; - typedef struct evp_cipher_st EVP_CIPHER; typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX; typedef struct evp_md_st EVP_MD; @@ -130,7 +127,6 @@ typedef struct rand_meth_st RAND_METHOD; typedef struct x509_st X509; typedef struct X509_algor_st X509_ALGOR; typedef struct X509_crl_st X509_CRL; -typedef struct x509_crl_method_st X509_CRL_METHOD; typedef struct x509_revoked_st X509_REVOKED; typedef struct X509_name_st X509_NAME; typedef struct X509_pubkey_st X509_PUBKEY; @@ -147,9 +143,6 @@ typedef struct pkcs8_priv_key_info_st PKCS8_PRIV_KEY_INFO; typedef struct v3_ext_ctx X509V3_CTX; typedef struct conf_st CONF; -typedef struct store_st STORE; -typedef struct store_method_st STORE_METHOD; - typedef struct ui_st UI; typedef struct ui_method_st UI_METHOD; -- cgit v1.2.3-55-g6feb