Lines Matching refs:openssl
91 … configure: --enable-debug --with-libssh --with-openssl=$(brew --prefix openssl) --enable-ares
96 configure: --enable-debug --with-libssh --with-openssl=$(brew --prefix openssl)
129 configure: --enable-debug --with-openssl=$(brew --prefix libressl)
133 configure: --enable-debug --with-openssl=$(brew --prefix openssl)
137 configure: --enable-debug --with-openssl=$(brew --prefix openssl)
142 configure: --enable-debug --disable-ldap --with-openssl=$(brew --prefix openssl)
147 … generate: -DOPENSSL_ROOT_DIR=$(brew --prefix openssl) -DCURL_USE_GSASL=ON -DUSE_APPLE_IDN=ON
151 …generate: -DOPENSSL_ROOT_DIR=$(brew --prefix openssl) -DBUILD_STATIC_LIBS=ON -DCURL_USE_LIBSSH2=OF…
173 …BS=OFF -DENABLE_THREADED_RESOLVER=OFF -DOPENSSL_ROOT_DIR=$(brew --prefix openssl) -DCURL_BROTLI=ON…
178 …BS=OFF -DENABLE_THREADED_RESOLVER=OFF -DOPENSSL_ROOT_DIR=$(brew --prefix openssl) -DCURL_BROTLI=ON…
204 - name: 'brew unlink openssl'
206 if test -d $(brew --prefix)/include/openssl; then
207 brew unlink openssl
459 …'${{ matrix.config }}' = 'OpenSSL' ] && options+=" --with-openssl=$(brew --prefix openssl)"