Skip to content

Commit ca89d9a

Browse files
committed
expose openssl config path so it can be tested
1 parent f79cd18 commit ca89d9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/openssl/openssl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,6 +1265,7 @@ PHP_MINFO_FUNCTION(openssl)
12651265
php_info_print_table_row(2, "OpenSSL support", "enabled");
12661266
php_info_print_table_row(2, "OpenSSL Library Version", SSLeay_version(SSLEAY_VERSION));
12671267
php_info_print_table_row(2, "OpenSSL Header Version", OPENSSL_VERSION_TEXT);
1268+
php_info_print_table_row(2, "Openssl default config", default_ssl_conf_filename);
12681269
php_info_print_table_end();
12691270
DISPLAY_INI_ENTRIES();
12701271
}

0 commit comments

Comments
 (0)