tagomoris / fluent-plugin-secure-forward

Other
140 stars 30 forks source link

Use OpenSSL::Cipher instead of OpenSSL::Cipher::Cipher to create cipher #59

Closed mururu closed 7 years ago

mururu commented 7 years ago

On Ruby 2.4.1, secure-forward-ca-generate command generates a warning like the following

fluent-plugin-secure-forward/bin/secure-forward-ca-generate:25: warning: constant OpenSSL::Cipher::Cipher is deprecated

I confirmed that this patch works on Ruby 1.9.3-p551 too.

tagomoris commented 7 years ago

LGTM.

tagomoris commented 7 years ago

@mururu It's just about warning, so that I'll release this with next (following) changes. Are there any emergent problems?