mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-09 19:32:42 +02: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.