From ca1131e2ea8cded87ba1ad281dd25d609bdcf81b Mon Sep 17 00:00:00 2001 From: donal72 Date: Mon, 15 Jan 2007 08:20:10 +0000 Subject: [PATCH] Mnet: Drop deprecated interface to mnet_get_public_key function --- mnet/lib.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mnet/lib.php b/mnet/lib.php index d9e1c23a53..c5571a65b9 100644 --- a/mnet/lib.php +++ b/mnet/lib.php @@ -43,11 +43,9 @@ function mnet_get_hostname_from_uri($uri = null) { * * @param string $uri The URI of a file on the remote computer, including * its http:// or https:// prefix - * @param bool $verify True if the SSL Cert must be signed by a trusted 3rd - * party. [TODO! NOT IMPLEMENTED] * @return string A PEM formatted SSL Certificate. */ -function mnet_get_public_key($uri, $verify=false) { +function mnet_get_public_key($uri) { global $CFG; // The key may be cached in the mnet_set_public_key function... // check this first -- 2.39.5