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

configure: check for the newer SSL init symbol #204

Closed braydonk closed 2 months ago

braydonk commented 2 months ago

SSL_library_init was deprecated in OpenSSL 1.0. We now need to check for OPENSSL_init_ssl to properly declare our dependency on libssl.

b/350819869