[openssl-dev] [openssl.org #4445] Configure does not honor enable-afalgeng

Matt Caswell matt at openssl.org
Fri Mar 18 13:18:04 UTC 2016



On 18/03/16 12:52, noloader at gmail.com via RT wrote:
> I've configured with:
> 
>     ./config enable-afalgeng
> 
> When I run the self tests, I see:
> 
>   ../test/recipes/30-test_afalg.t ........... skipped: test_afalg not
> supported for this build

You should not need to use enable-afalgeng at all. It is enabled by
default unless for some reason it is not supported by your system.
Reasons that it might not be supported:

- You are not running Linux
- You are not building "shared" or have otherwise disabled dynamic-engines
- uname reports a kernel version less than 4.1.0
- Your linux headers are less than 4.1.0

Matt


More information about the openssl-dev mailing list