diff options
Diffstat (limited to 'php/config/TestUtil.py')
-rw-r--r-- | php/config/TestUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/config/TestUtil.py b/php/config/TestUtil.py index c9481846908..79b757c9f93 100644 --- a/php/config/TestUtil.py +++ b/php/config/TestUtil.py @@ -172,7 +172,7 @@ else: os.environ["LD_LIBRARY_PATH_64"] = os.path.join(ice_home, "lib") + ":" + os.getenv("LD_LIBRARY_PATH_64", "") if protocol == "ssl": - plugin = " --Ice.Plugin.IceSSL=IceSSL:create" + plugin = " --Ice.Plugin.IceSSL=IceSSL:createIceSSL" clientProtocol = plugin + " --Ice.Default.Protocol=ssl" + \ " --IceSSL.DefaultDir=" + os.path.join(ice_home, "certs") + \ " --IceSSL.CertFile=c_rsa1024_pub.pem" + \ |