]> granicus.if.org Git - php/commit
Next attempt to fix bug #80368
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 30 Nov 2020 14:15:59 +0000 (15:15 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 30 Nov 2020 14:15:59 +0000 (15:15 +0100)
commitecee3f1209a7c0ac9f99c7f640b2f5df56656e58
treee1ea101072896cc37cb6786ddb687d4463d93172
parent5e15c9c41f8318a8392c2e2c78544f218736549c
Next attempt to fix bug #80368

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...
ext/openssl/openssl.c