Stackdriver / collectd

Stackdriver's monitoring agent based on collectd (http://collectd.org).
https://cloud.google.com/monitoring/agent/
Other
51 stars 15 forks source link

Make OpenSSL operations thread-safe. (#175) #176

Closed jkohen closed 4 years ago

jkohen commented 4 years ago

Needed according to https://curl.haxx.se/libcurl/c/threadsafe.html Based on https://curl.haxx.se/libcurl/c/threaded-ssl.html

Backported from stackdriver-agent-5.8.1, PR #175