remove unused typedefs with structs that were removed
authorjsg <jsg@openbsd.org>
Mon, 27 May 2024 09:12:31 +0000 (09:12 +0000)
committerjsg <jsg@openbsd.org>
Mon, 27 May 2024 09:12:31 +0000 (09:12 +0000)
commit8b59a3f8d6865303b978f865f52d10da305f434f
tree0d9820ad5a1106f48e399a9c94302ccc0140552e
parentec556c8d80b2fa152875c951535a7191d1ba994e
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@
lib/libcrypto/ossl_typ.h
lib/libssl/ssl.h