net/hns3: fix offload flag for RSS hash
[dpdk.git] / drivers / crypto / openssl / meson.build
index c2a0dd8..394e74c 100644 (file)
@@ -4,8 +4,9 @@
 dep = dependency('libcrypto', required: false)
 if not dep.found()
        build = false
+       reason = 'missing dependency, "libcrypto"'
 endif
+allow_experimental_apis = true
 deps += 'bus_vdev'
 sources = files('rte_openssl_pmd.c', 'rte_openssl_pmd_ops.c')
 ext_deps += dep
-pkgconfig_extra_libs += '-lcrypto'