From 8011928df159656eda6ec87ca781803a652c3ad2 Mon Sep 17 00:00:00 2001 From: Anthony Leach Date: Tue, 24 Feb 2015 09:56:16 -0800 Subject: [PATCH] BIG-15160: remove remaining setCipher() method --- src/Bigcommerce/Api/Client.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Bigcommerce/Api/Client.php b/src/Bigcommerce/Api/Client.php index eecf33a3..031f0018 100644 --- a/src/Bigcommerce/Api/Client.php +++ b/src/Bigcommerce/Api/Client.php @@ -126,14 +126,6 @@ public static function verifyPeer($option = false) self::connection()->verifyPeer($option); } - /** - * Set which cipher to use during SSL requests. - */ - public static function setCipher($cipher) - { - self::connection()->setCipher($cipher); - } - /** * Connect to the internet through a proxy server. *