Sha256: 3852f586eb2333107e37bf96077b705021bbc4b715f9ac5bcd259f550a073c9b
Contents?: true
Size: 296 Bytes
Versions: 93
Compression:
Stored size: 296 Bytes
Contents
require 'mkmf' dir_config("puma_http11") unless ENV["DISABLE_SSL"] if %w'crypto libeay32'.find {|crypto| have_library(crypto, 'BIO_read')} and %w'ssl ssleay32'.find {|ssl| have_library(ssl, 'SSL_CTX_new')} have_header "openssl/bio.h" end end create_makefile("puma/puma_http11")
Version data entries
93 entries across 90 versions & 15 rubygems