]> git.droids-corp.org - dpdk.git/blobdiff - scripts/test-build.sh
crypto/libcrypto: add driver for OpenSSL library
[dpdk.git] / scripts / test-build.sh
index 381d94f6f37121f0eb4075cca317756ecd8c5e77..e556fb5dcb10257073b573b44e973314083db1b5 100755 (executable)
@@ -187,6 +187,8 @@ config () # <directory> <target> <options>
                test -z "$LIBSSO_ZUC_PATH" || \
                sed -ri            's,(PMD_ZUC=)n,\1y,' $1/.config
                test "$DPDK_DEP_SSL" != y || \
+               sed -ri      's,(PMD_LIBCRYPTO=)n,\1y,' $1/.config
+               test "$DPDK_DEP_SSL" != y || \
                sed -ri            's,(PMD_QAT=)n,\1y,' $1/.config
                sed -ri        's,(KNI_VHOST.*=)n,\1y,' $1/.config
                sed -ri           's,(SCHED_.*=)n,\1y,' $1/.config