Sha256: 955db27f4605b5d35231cd00e60b6d91d1aba66022822254acb230eea69a1ca7
Contents?: true
Size: 227 Bytes
Versions: 9
Compression:
Stored size: 227 Bytes
Contents
require 'mkmf' dir_config("puma_http11") if %w'ssl ssleay32'.find {|ssl| have_library(ssl, 'SSL_CTX_new')} and %w'crypto libeay32'.find {|crypto| have_library(crypto, 'BIO_read')} create_makefile("puma/puma_http11") end
Version data entries
9 entries across 9 versions & 2 rubygems