class ChefConfig::Config

def self.init_openssl

Initialize openssl
def self.init_openssl
  if fips
    self.enable_fips_mode
  end
end