method

check_modify

v1_9_3_125 - Show latest stable - Class: OpenSSL::Config
check_modify()
private

No documentation available.

# File ext/openssl/lib/openssl/config.rb, line 305
    def check_modify
      raise TypeError.new("Insecure: can't modify OpenSSL config") if frozen?
    end