dh_path          1159 ext/openssl/xp_ssl.c static int set_server_dh_param(SSL_CTX *ctx, char *dh_path TSRMLS_DC) /* {{{ */
dh_path          1164 ext/openssl/xp_ssl.c 	bio = BIO_new_file(dh_path, "r");
dh_path          1167 ext/openssl/xp_ssl.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid dh_param file: %s", dh_path);
dh_path          1175 ext/openssl/xp_ssl.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed reading DH params from file: %s", dh_path);