summaryrefslogtreecommitdiff
path: root/lib/chef/http/ssl_policies.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/http/ssl_policies.rb')
-rw-r--r--lib/chef/http/ssl_policies.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/http/ssl_policies.rb b/lib/chef/http/ssl_policies.rb
index 2708e5b3b1..3f7dd34404 100644
--- a/lib/chef/http/ssl_policies.rb
+++ b/lib/chef/http/ssl_policies.rb
@@ -21,7 +21,7 @@
# limitations under the License.
#
-require "openssl"
+require "openssl" unless defined?(OpenSSL)
require_relative "../util/path_helper"
class Chef