Platform thread‐local storage key used by CRYPTO_THREAD_*_local().

Synopsis

Declared in <openssl/crypto.h>

typedef pthread_key_t CRYPTO_THREAD_LOCAL;

Description

On POSIX builds this is pthread_key_t; Windows builds use DWORD; no‐thread fallbacks use unsigned int.

Created with MrDocs