Sha256: 0d65e0194da13c5b4b7b14b714486cfd4d63d3a0cf0d7635f085ef0930ac89ea
Contents?: true
Size: 321 Bytes
Versions: 56
Compression:
Stored size: 321 Bytes
Contents
require 'mkmf' dir_config("puma_http11") unless ENV["DISABLE_SSL"] dir_config("openssl") 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
56 entries across 54 versions & 6 rubygems