IronsDu / brynet

A Header-Only cross-platform C++ TCP network library . We can use vcpkg(https://github.com/Microsoft/vcpkg/tree/master/ports/brynet) install brynet.
MIT License
1.04k stars 241 forks source link

Add `SSLHelper::InitThreadSafeSupport` for initialize the OpenSSL thread safe. #144

Closed IronsDu closed 1 month ago

IronsDu commented 1 month ago

We can call SSLHelper::InitThreadSafeSupport for initialize the lock callback for supoort thread safe of OpenSSL. This is useful for ssl client application.

github-actions[bot] commented 1 month ago

clang-tidy review says "All clean, LGTM! :+1:"