CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2023/04/18 02:33:43

Modified files:
        lib/libcrypto/asn1: asn1.h 
        lib/libcrypto/dh: dh.h 
        lib/libcrypto/dsa: dsa.h 
        lib/libcrypto/ecdh: ecdh.h 
        lib/libcrypto/ecdsa: ecdsa.h 
        lib/libcrypto/engine: engine.h 
        lib/libcrypto/rsa: rsa.h 
        lib/libcrypto/ui: ui.h 
        lib/libcrypto/x509: x509.h 

Log message:
Move some includes out of OPENSSL_NO_DEPRECATED

Some headers were included conditionally on OPENSSL_NO_DEPRECATED in hopes
that eventually the mess of everything includes everything will magically
resolve itself. Of course everyone would end up building openssl with
OPENSSL_NO_DEPRECATED over time... Right.

Surprisingly, the ecosystem has come to rely on these implicit inclusions,
so about two dozen ports would fail to build because of this. Patching this
would be easy but really not worth the effort.

ok jsing

Reply via email to