CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/02 03:30:48
Modified files:
lib/libcrypto : Symbols.list Symbols.namespace
lib/libcrypto/err: err.c err.h
lib/libcrypto/hidden/openssl: err.h
Log message:
Remove ERR_get_state
The ERR_STATE struct is an unused implementation detail of the horrific
error stack code. It is the last public consumer of CRYPTO_THREAD
internals. Make this and its accessor internal so we can make the
CRYPTO_THREAD struct opaque.
ok jsing
