crypto/aesni_mb: cleanup version check
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 23 Apr 2019 15:43:56 +0000 (16:43 +0100)
committerAkhil Goyal <akhil.goyal@nxp.com>
Tue, 30 Apr 2019 06:37:36 +0000 (08:37 +0200)
commit3998db2db8651cec0413c2e9d5e2e2c67d0af956
treeb4a50c568081e4d5e85fadaa1f727103451edb42
parente03547408b3481ab7eebdaec37cc13b49b3b631f
crypto/aesni_mb: cleanup version check

The version check for the IPSec_MB library present in the aesni_gcm
library's meson.build file is a little cleaner than that given here,
so update this one so that both work identically.

While one could use the checks done in the other right now, potentially in
future they may have different version dependencies, or may be compiled in
different orders, so keep the code duplicated for safety, since it's only a
few lines.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
drivers/crypto/aesni_mb/meson.build