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