Skip to content

Commit 7f56c07

Browse files
author
Brent Cook
committed
add missing sslhash attribute
1 parent 4635bb8 commit 7f56c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rex/socket/ssl_tcp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def allow_nonblock?
366366

367367
attr_reader :peer_verified # :nodoc:
368368
attr_reader :ssl_negotiated_version # :nodoc:
369-
attr_accessor :sslsock, :sslctx # :nodoc:
369+
attr_accessor :sslsock, :sslctx, :sslhash # :nodoc:
370370

371371
def type?
372372
return 'tcp-ssl'

0 commit comments

Comments
 (0)