Re: [PATCH 1/1] sign-file: Use OpenSSL provided define to compile out deprecated APIs

From: Adam Langley
Date: Tue Oct 05 2021 - 13:33:50 EST


On Tue, Oct 5, 2021 at 10:25 AM Eric Biggers <ebiggers@xxxxxxxxxx> wrote:
> Okay so this patch is actually a build fix for when OpenSSL doesn't include
> ENGINE support?

Correct.

> Currently this patch claims that it's removing the use of a
> "deprecated" API, which is something entirely different.

The ENGINE API is deprecated in OpenSSL 3.0 but that change doesn't
remove support unless it has already been compiled out of OpenSSL
first.


Cheers

AGL