class OpenSSL::Config

def check_modify

def check_modify
  raise TypeError.new("Insecure: can't modify OpenSSL config") if frozen?
end