Commit 627537dd authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix AFALG kernel and headers mismatch problem



During Configure we attempt to check the kernel version of this platform
to see whether we can compile the AFALG engine. If the kernel version
looks recent enough then we enable AFALG. However when we compile
e_afalg.c we check the version of the linux headers. If there is a
mismatch between the linux headers and the currently running kernel then
we don't compile the AFLAG engine and continue. This was causing a link
error.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent bdcd660e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment