summaryrefslogtreecommitdiff
path: root/lib/chef/mixin/openssl_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/mixin/openssl_helper.rb')
-rw-r--r--lib/chef/mixin/openssl_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/mixin/openssl_helper.rb b/lib/chef/mixin/openssl_helper.rb
index fb2638f0e9..f12a559097 100644
--- a/lib/chef/mixin/openssl_helper.rb
+++ b/lib/chef/mixin/openssl_helper.rb
@@ -17,6 +17,7 @@
class Chef
module Mixin
+ # various helpers for use with openssl. Currently used by the openssl_* resources
module OpenSSLHelper
def self.included(_base)
require "openssl" unless defined?(::OpenSSL)