CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/11/02 02:54:40
Modified files: lib/libcrypto/err: err.c err_prn.c Log message: Inline last uses of CRYPTO_THREADID in err/ This is another Thorpian obfuscation scheme hiding nasty casts of pthread_t to unsigned long and comparing them. We can do this in a less underhanded way by calling the portable functions directly. ok jsing