Module th-lock
th-lock module for thread safety in lua-openssl
This module provides thread locking functionality for OpenSSL operations in multi-threaded environments.
It implements the required callbacks and mutex operations to ensure thread safety when using OpenSSL functions.
Usage:
-- Internal module for thread safety