1
0
Fork 0
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:
Nate Berkopec 2020-03-19 14:24:06 -06:00
parent 74a16ecfe0
commit 3a127f7d40
No known key found for this signature in database
GPG key ID: BDD7A4B8E43906A6

View file

@ -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