private_key       884 ext/openssl/xp_ssl.c 		const char * private_key = NULL;
private_key       892 ext/openssl/xp_ssl.c 			GET_VER_OPT_STRING("local_pk", private_key);
private_key       894 ext/openssl/xp_ssl.c 			if (private_key) {
private_key       896 ext/openssl/xp_ssl.c 				if (VCWD_REALPATH(private_key, resolved_path_buff_pk)) {