mirror of
https://github.com/php/php-src.git
synced 2026-04-04 06:32:49 +02:00
Apparently treating LibreSSL as OpenSSL 1.1 is not just something we did in our code, it's something that upstream LibreSSL claims, despite not actually being compatible. Duh. Check for EVP_CIPH_OCB_MODE instead, which should reliably determine support...