summaryrefslogtreecommitdiffstats
path: root/INF/ILO2.pm
diff options
context:
space:
mode:
Diffstat (limited to 'INF/ILO2.pm')
-rw-r--r--INF/ILO2.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/INF/ILO2.pm b/INF/ILO2.pm
index adf5ba2..892f371 100644
--- a/INF/ILO2.pm
+++ b/INF/ILO2.pm
@@ -2,7 +2,8 @@
IO::Socket::SSL::set_ctx_defaults(
SSL_verify_mode => Net::SSLeay::VERIFY_NONE(),
- SSL_version => 'TLSv1' );
+ SSL_version => 'TLSv1'
+);
package INF::ILO2;