summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto
diff options
context:
space:
mode:
authorjsg <>2024-05-27 09:12:32 +0000
committerjsg <>2024-05-27 09:12:32 +0000
commit8d78f6625f014d794fde6e4b4190bb6d7c2410f0 (patch)
treeae8db8e9b30292df8490160fa5cf4f6006583940 /src/lib/libcrypto
parent09f87a1e448f95c82821ad37370de4fcd8e018e4 (diff)
downloadopenbsd-8d78f6625f014d794fde6e4b4190bb6d7c2410f0.tar.gz
openbsd-8d78f6625f014d794fde6e4b4190bb6d7c2410f0.tar.bz2
openbsd-8d78f6625f014d794fde6e4b4190bb6d7c2410f0.zip
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@
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r--src/lib/libcrypto/ossl_typ.h9
1 files changed, 1 insertions, 8 deletions
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 @@
1/* $OpenBSD: ossl_typ.h,v 1.30 2023/08/11 05:10:35 tb Exp $ */ 1/* $OpenBSD: ossl_typ.h,v 1.31 2024/05/27 09:12:32 jsg Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -94,9 +94,6 @@ typedef struct bn_gencb_st BN_GENCB;
94typedef struct bio_st BIO; 94typedef struct bio_st BIO;
95typedef struct buf_mem_st BUF_MEM; 95typedef struct buf_mem_st BUF_MEM;
96 96
97typedef struct comp_ctx_st COMP_CTX;
98typedef struct comp_method_st COMP_METHOD;
99
100typedef struct evp_cipher_st EVP_CIPHER; 97typedef struct evp_cipher_st EVP_CIPHER;
101typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX; 98typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
102typedef struct evp_md_st EVP_MD; 99typedef struct evp_md_st EVP_MD;
@@ -130,7 +127,6 @@ typedef struct rand_meth_st RAND_METHOD;
130typedef struct x509_st X509; 127typedef struct x509_st X509;
131typedef struct X509_algor_st X509_ALGOR; 128typedef struct X509_algor_st X509_ALGOR;
132typedef struct X509_crl_st X509_CRL; 129typedef struct X509_crl_st X509_CRL;
133typedef struct x509_crl_method_st X509_CRL_METHOD;
134typedef struct x509_revoked_st X509_REVOKED; 130typedef struct x509_revoked_st X509_REVOKED;
135typedef struct X509_name_st X509_NAME; 131typedef struct X509_name_st X509_NAME;
136typedef struct X509_pubkey_st X509_PUBKEY; 132typedef struct X509_pubkey_st X509_PUBKEY;
@@ -147,9 +143,6 @@ typedef struct pkcs8_priv_key_info_st PKCS8_PRIV_KEY_INFO;
147typedef struct v3_ext_ctx X509V3_CTX; 143typedef struct v3_ext_ctx X509V3_CTX;
148typedef struct conf_st CONF; 144typedef struct conf_st CONF;
149 145
150typedef struct store_st STORE;
151typedef struct store_method_st STORE_METHOD;
152
153typedef struct ui_st UI; 146typedef struct ui_st UI;
154typedef struct ui_method_st UI_METHOD; 147typedef struct ui_method_st UI_METHOD;
155 148