Commit b698e6c4b0edaf0f6bdb00544a0b8315c2bb1bde

kurtlau 2024-01-23T04:29:04

Make MbedTLS and OpenSSL dependencies configurable (#1544) As acfac7a#r124469888 mentioned, LibeventConfig.cmake is looking for MBedTLS package, even if libevent is not configured to use MBedTLS. This PR makes MbedTLS and OpenSSL dependencies configurable. Fixes: #1543