]> git.ipfire.org Git - thirdparty/curl.git/commit
egd: delete feature detection and related source code
authorViktor Szakats <commit@vsz.me>
Mon, 31 Jul 2023 11:52:44 +0000 (11:52 +0000)
committerViktor Szakats <commit@vsz.me>
Tue, 1 Aug 2023 21:58:56 +0000 (21:58 +0000)
commitc09466abffa0f26af6ec95aa80b8b2efe5efee12
treed47efac90500385e57c5a57d0d4ffc79bf271f38
parentbb07240263f4fa8329a2b0fdac603b068120b826
egd: delete feature detection and related source code

EGD is Entropy Gathering Daemon, a socket-based entropy source supported
by pre-OpenSSL v1.1 versions and now deprecated. curl also deprecated it
a while ago.

Its detection in CMake was broken all along because OpenSSL libs were
not linked at the point of feature check.

Delete detection from both cmake and autotools, along with the related
source snippet, and the `--with-egd-socket=` `./configure` option.

Closes #11556
12 files changed:
CMake/Platforms/WindowsCache.cmake
CMakeLists.txt
lib/config-amigaos.h
lib/config-mac.h
lib/config-os400.h
lib/config-riscos.h
lib/curl_config.h.cmake
lib/setup-vms.h
lib/vtls/openssl.c
m4/curl-openssl.m4
packages/vms/gnv_conftest.c_first
scripts/ciconfig.pl