diff options
| author | Tobias Haar <tobias.haar@freeagent.com> | 2025-10-21 10:23:33 +0100 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-10-27 05:51:18 +0000 |
| commit | f6d2aef3ec85f9ba707b57ac9a1a4ab8b4c51cec (patch) | |
| tree | d1810dee1e9d4c4b2260760c95c3d91da8f2e129 | |
| parent | e221a4b73e2adb5d5d9c383e8f6be7a455e036f0 (diff) | |
[ruby/openssl] Update link to OpenSSL configuration file docs
https://github.com/ruby/openssl/commit/02ff964114
| -rw-r--r-- | ext/openssl/ossl_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_config.c b/ext/openssl/ossl_config.c index ee2ff6786f..9be5fe6f63 100644 --- a/ext/openssl/ossl_config.c +++ b/ext/openssl/ossl_config.c @@ -426,7 +426,7 @@ Init_ossl_config(void) * configuration. See the value of OpenSSL::Config::DEFAULT_CONFIG_FILE for * the location of the file for your host. * - * See also http://www.openssl.org/docs/apps/config.html + * See also https://docs.openssl.org/master/man5/config/ */ cConfig = rb_define_class_under(mOSSL, "Config", rb_cObject); |
