summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto_local.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make CRYPTO_THREADID opaquetb2024-03-021-0/+138
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