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

Update Write GCM plugin for compatibility with OpenSSL 1.1 API #131

Closed gbprz closed 6 years ago

gbprz commented 6 years ago

While building for Ubuntu 18.04, I ran into issues building against libcurl4 and libssl1.1.

I updated the write GCM plugin for compatibility with the OpenSSL 1.1 API changes. Since our other platforms still depend on the older API, I've made sure to maintain backwards compatibility. Please let me know if there is a better approach we would like to take with this compatibility issue and I would be glad to follow up on this.

igorpeshansky commented 6 years ago

Let's rebase on top of stackdriver-agent-5.5.2 to pick up the fixes from #135.

gbprz commented 6 years ago

All set, checks are passing now