Must be defined by us for OpenSSL in order to capture the necessary data for doing locking. Note, this needs to be defined in the global namespace as well.
| 59 | // data for doing locking. Note, this needs to be defined in the |
| 60 | // global namespace as well. |
| 61 | struct CRYPTO_dynlock_value |
| 62 | { |
| 63 | std::mutex mutex; |
| 64 | }; |
| 65 | |
| 66 | |
| 67 | namespace process { |
nothing calls this directly
no outgoing calls
no test coverage detected