X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=lib%2Flibrte_security%2Fmeson.build;h=532953fccf8327c9b28f504acadb7a384ef7342a;hb=a4712f588e6e7f556698eea7fbc2514d175693a6;hp=4c85894cbad3b6ca430657b586a34e9890ad4410;hpb=8a853e3f0275efc8b05cb195085d45946942744a;p=deb_dpdk.git diff --git a/lib/librte_security/meson.build b/lib/librte_security/meson.build index 4c85894c..532953fc 100644 --- a/lib/librte_security/meson.build +++ b/lib/librte_security/meson.build @@ -1,7 +1,6 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation -allow_experimental_apis = true sources = files('rte_security.c') headers = files('rte_security.h', 'rte_security_driver.h') deps += ['mempool', 'cryptodev']