Commit 3ba70235 authored by Baptiste Jonglez's avatar Baptiste Jonglez Committed by Richard Levitte
Browse files

afalg: Fix kernel version check

The check should reject kernel versions < 4.1.0, not <= 4.1.0.

The issue was spotted on OpenSUSE 42.1 Leap, since its linux/version.h
header advertises 4.1.0.

CLA: trivial
Fixes: 7f458a48

 ("ALG: Add AFALG engine")
Signed-off-by: default avatarBaptiste Jonglez <git@bitsofnetworks.org>

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4617)
parent bee9c8a4
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