mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Remove SSL constants that weren't doing anything
This commit is contained in:
parent
74a16ecfe0
commit
3a127f7d40
1 changed files with 0 additions and 9 deletions
|
@ -7,15 +7,6 @@ end
|
|||
|
||||
module Puma
|
||||
module MiniSSL
|
||||
|
||||
# TODO: are there values somewhere?
|
||||
OPENSSL_VERSION = 'OpenSSL 1.0.2z na' unless const_defined?(:OPENSSL_VERSION)
|
||||
OPENSSL_LIBRARY_VERSION = 'OpenSSL 1.0.2z na' unless const_defined?(:OPENSSL_LIBRARY_VERSION)
|
||||
|
||||
# TODO: are there values somewhere?
|
||||
OPENSSL_NO_SSL3 = true
|
||||
OPENSSL_NO_TLS1 = false
|
||||
|
||||
class Socket
|
||||
def initialize(socket, engine)
|
||||
@socket = socket
|
||||
|
|
Loading…
Add table
Reference in a new issue