CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/02 04:37:13
Modified files:
lib/libcrypto : Symbols.list Symbols.namespace cryptlib.c
crypto.h
lib/libcrypto/err: err.c err_prn.c
lib/libcrypto/hidden/openssl: crypto.h
Added files:
lib/libcrypto : crypto_local.h
Log message:
Make CRYPTO_THREADID opaque
With ERR_STATE out of the way, we can make CRYPTO_THREADID opaque.
The type is still accessed by used public API, but some of the public
API can also go away.
ok jsing
