cryptodev: add sym session header size function
[dpdk.git] / drivers / crypto / openssl / meson.build
index c2a0dd8..77a6596 100644 (file)
@@ -5,6 +5,7 @@ dep = dependency('libcrypto', required: false)
 if not dep.found()
        build = false
 endif
+allow_experimental_apis = true
 deps += 'bus_vdev'
 sources = files('rte_openssl_pmd.c', 'rte_openssl_pmd_ops.c')
 ext_deps += dep