1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2017 Intel Corporation 3 4dep = dependency('libcrypto', required: false, method: 'pkg-config') 5if not dep.found() 6 build = false 7 reason = 'missing dependency, "libcrypto"' 8endif 9deps += 'bus_vdev' 10sources = files('rte_openssl_pmd.c', 'rte_openssl_pmd_ops.c') 11ext_deps += dep 12