CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2023/07/28 08:34:55

Modified files:
        lib/libcrypto/man: CRYPTO_set_ex_data.3 

Log message:
The CRYPTO_EX_DATA type is not opaque

By API misdesign, it cannot be opaque. The incorrect documentation was
added as a part of a huge commit with a lot of churn. CRYPTO_EX_DATA
typically lives as an embedded struct of an opaque struct, but it can
also be used by applications, for example to initialize libssl.

documentation error pointed out by jsing

Reply via email to