]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_cryptodev/meson.build
ip_frag: use key length for key comparison
[dpdk.git] / lib / librte_cryptodev / meson.build
index bd5fed895e42f25bcaed9a8ab9043ddfcca92ccf..990dd3d444b1b61ca1ade65b421ff0713a761c73 100644 (file)
@@ -1,10 +1,11 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-version = 4
+version = 5
 sources = files('rte_cryptodev.c', 'rte_cryptodev_pmd.c')
 headers = files('rte_cryptodev.h',
        'rte_cryptodev_pmd.h',
        'rte_crypto.h',
-       'rte_crypto_sym.h')
+       'rte_crypto_sym.h',
+       'rte_crypto_asym.h')
 deps += ['kvargs', 'mbuf']