# File lib/chef-config/config.rb, line 585
    def self.init_openssl
      if fips
        enable_fips_mode
      end
    end