Return the calling thread's value for thread-local key key.
key.
Declared in <openssl/crypto.h>
<openssl/crypto.h>
void* CRYPTO_THREAD_get_local(CRYPTO_THREAD_LOCAL* key);
Stored pointer for this thread, or NULL if unset.