summaryrefslogtreecommitdiff
path: root/Postman
diff options
context:
space:
mode:
Diffstat (limited to 'Postman')
-rw-r--r--Postman/PostmanOptions.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/Postman/PostmanOptions.php b/Postman/PostmanOptions.php
index d3bb79c..3357682 100644
--- a/Postman/PostmanOptions.php
+++ b/Postman/PostmanOptions.php
@@ -266,9 +266,6 @@ if ( ! class_exists( 'PostmanOptions' ) ) {
public function getEncryptionType() {
$port = $this->getPort();
switch ($port):
- case 25:
- return 'none';
- break;
case 465:
return 'ssl';
break;