mbox

[v2,0/3] improve IPsec_MB dependency checks

Message ID 20190423154357.29877-1-bruce.richardson@intel.com (mailing list archive)
Headers

Message

Bruce Richardson April 23, 2019, 3:43 p.m. UTC
  For both meson and make builds, the version checks for IPsec_MB library
were incomplete. This fixes both and makes the checks consistent.

Bruce Richardson (3):
  crypto/aesni_gcm: add dependency version check
  crypto/aesni_mb: cleanup of version check code
  crypto/aesni_gcm: add check for build dependency

 drivers/crypto/aesni_gcm/Makefile    | 19 ++++++++++++++++---
 drivers/crypto/aesni_gcm/meson.build | 11 +++++++++++
 drivers/crypto/aesni_mb/meson.build  | 18 +++++++++---------
 3 files changed, 36 insertions(+), 12 deletions(-)