Skip to content

Commit cca981e

Browse files
authored
Merge pull request #956 from tobscher/documentation/link-to-config
Update link to OpenSSL configuration file docs
2 parents 82e80ee + 02ff964 commit cca981e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/ossl_config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ Init_ossl_config(void)
426426
* configuration. See the value of OpenSSL::Config::DEFAULT_CONFIG_FILE for
427427
* the location of the file for your host.
428428
*
429-
* See also http://www.openssl.org/docs/apps/config.html
429+
* See also https://docs.openssl.org/master/man5/config/
430430
*/
431431
cConfig = rb_define_class_under(mOSSL, "Config", rb_cObject);
432432

0 commit comments

Comments
 (0)