From 8d78f6625f014d794fde6e4b4190bb6d7c2410f0 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/libssl/ssl.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/lib/libssl/ssl.h') diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index 9a5f8d025e..22d4809868 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl.h,v 1.236 2024/03/02 11:48:55 tb Exp $ */ +/* $OpenBSD: ssl.h,v 1.237 2024/05/27 09:12:31 jsg Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -510,11 +510,6 @@ int SSL_CTX_set_num_tickets(SSL_CTX *ctx, size_t num_tickets); size_t SSL_CTX_get_num_tickets(const SSL_CTX *ctx); STACK_OF(X509) *SSL_get0_verified_chain(const SSL *s); -#ifndef LIBRESSL_INTERNAL -struct ssl_aead_ctx_st; -typedef struct ssl_aead_ctx_st SSL_AEAD_CTX; -#endif - #define SSL_MAX_CERT_LIST_DEFAULT 1024*100 /* 100k max cert list :-) */ #define SSL_SESSION_CACHE_MAX_SIZE_DEFAULT (1024*20) -- cgit v1.2.3-55-g6feb