]> granicus.if.org Git - curl/commit
configure: add --with-amissl
authorChris Young <chris@unsatisfactorysoftware.co.uk>
Fri, 8 Mar 2019 00:06:59 +0000 (00:06 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 15 Mar 2019 09:22:42 +0000 (10:22 +0100)
commit1e853653d2022bec831af62ec55765e6df62e356
tree4aa6c5692f27358bd4516ddbfc21a385643c89c4
parent76a9d8df0e03d2e0a648d882a62e08c90f994f88
configure: add --with-amissl

AmiSSL is an Amiga native library which provides a wrapper over OpenSSL.
It also requires all programs using it to use bsdsocket.library
directly, rather than accessing socket functions through clib, which
libcurl was not necessarily doing previously. Configure will now check
for the headers and ensure they are included if found.

Closes #3677
acinclude.m4
configure.ac
lib/amigaos.c
lib/amigaos.h
lib/curl_setup.h
lib/md5.c
lib/vtls/openssl.c
m4/curl-functions.m4