Skip to content

Commit f115a7f

Browse files
committed
Fix intendation
1 parent f1443c0 commit f115a7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/auxiliary/scanner/ssl/openssl_heartbleed.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ class Metasploit3 < Msf::Auxiliary
7070
ALERT_RECORD_TYPE = 0x15
7171
TLS_VERSION = {
7272
'SSLv3' => 0x0300,
73-
'1.0' => 0x0301,
74-
'1.1' => 0x0302,
75-
'1.2' => 0x0303
73+
'1.0' => 0x0301,
74+
'1.1' => 0x0302,
75+
'1.2' => 0x0303
7676
}
7777

7878
TLS_CALLBACKS = {

0 commit comments

Comments
 (0)