Skip to content

Commit 02ff964

Browse files
committed
Update link to OpenSSL configuration file docs
1 parent 82e80ee commit 02ff964

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)