smuellerDD / libkcapi

Linux Kernel Crypto API User Space Interface Library
http://www.chronox.de/libkcapi
Other
166 stars 70 forks source link

tests: fix overly-optimistic kernel version checks #143

Closed WOnder93 closed 2 years ago

WOnder93 commented 2 years ago

The mainline kernel is now at version 6.0 so these >= 5.99 checks are now incorrectly enabling tests that don't work. Instead of bumping the imaginary version and face the same problem again in a couple years, replace the checks with 'false' and a TODO comment.

smuellerDD commented 2 years ago

applied, thanks