From 02ff9641147ea558631b7d01229058f09b6bc66c Mon Sep 17 00:00:00 2001 From: Tobias Haar Date: Tue, 21 Oct 2025 10:23:33 +0100 Subject: [PATCH] Update link to OpenSSL configuration file docs --- ext/openssl/ossl_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/openssl/ossl_config.c b/ext/openssl/ossl_config.c index ee2ff6786..9be5fe6f6 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);