mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-20 02:11:00 +01:00
LibreSSL does not implement EVP_chacha20_poly1305() with EVP_CIPHER but uses the EVP_AEAD API instead: https://man.openbsd.org/EVP_AEAD_CTX_init This patch disables this cipher for libreSSL for now.