summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto_local.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* crypto_local.h: add comment to #endiftb2024-11-051-2/+2
|
* Move cryptlib.h to crypto_local.htb2024-11-051-65/+21
| | | | discussed with jsing
* Bye bye CRYPTO_THREADIDtb2024-11-021-11/+1
| | | | | | | | After we ripped it out of RSA blinding and finally the error stack, it can go play in the attic with ENGINE and all the other abominations from this particular keyboard. ok jsing
* 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