diff options
author | tb <> | 2023-08-09 12:09:06 +0000 |
---|---|---|
committer | tb <> | 2023-08-09 12:09:06 +0000 |
commit | d7d2735b3bfc925a72116d82cd0515de75328df8 (patch) | |
tree | f4fecd7ecfa8d410a74dcbae6bc89fcfc2d35975 /src/lib/libcrypto/dsa | |
parent | bd98bb41d5e625bf39e15b2f99590f61f9496f22 (diff) | |
download | openbsd-d7d2735b3bfc925a72116d82cd0515de75328df8.tar.gz openbsd-d7d2735b3bfc925a72116d82cd0515de75328df8.tar.bz2 openbsd-d7d2735b3bfc925a72116d82cd0515de75328df8.zip |
Rework BN_BLINDING to use pthread_t directly
Instead of CRYPTO_THREADID, which passes pthread_via through unsigned long,
we can use pthread_self() and pthread_equal() directly. This commit keeps
using the awkward 'local' nomenclature as that is used throughout the rsa
code. This will be changed after the blinding code will have been fully
merged into rsa_blinding.c.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/dsa')
0 files changed, 0 insertions, 0 deletions