On Mon, May 27, 2024 at 03:12:32AM -0600, Jonathan Gray wrote: > CVSROOT: /cvs > Module name: src > Changes by: [email protected] 2024/05/27 03:12:32 > > Modified files: > lib/libssl : ssl.h > lib/libcrypto : ossl_typ.h > > Log message: > 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.
this is only the case for struct engine_st tb@ notes that struct ssl_st and struct ssl_ctx_st used in libcrypto/ossl_typ.h exist in libssl/ssl_local.h
