
From: Super User <root@localhost.localdomain> the uadk_tool is compiled using the private OpenSSL header file. Signed-off-by: Super User <root@localhost.localdomain> Signed-off-by: Qi Tao <taoqi10@huawei.com> --- uadk_tool/benchmark/sec_soft_benchmark.c | 20 ++++++++++---------- uadk_tool/test/comp_lib.h | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/uadk_tool/benchmark/sec_soft_benchmark.c b/uadk_tool/benchmark/sec_soft_benchmark.c index 8fa523c5..37bc4464 100644 --- a/uadk_tool/benchmark/sec_soft_benchmark.c +++ b/uadk_tool/benchmark/sec_soft_benchmark.c @@ -1,16 +1,16 @@ /* SPDX-License-Identifier: Apache-2.0 */ #define _GNU_SOURCE -#include <openssl/async.h> -#include <openssl/bn.h> -#include <openssl/crypto.h> -#include <openssl/engine.h> -#include <openssl/err.h> -#include <openssl/evp.h> -#include <openssl/ossl_typ.h> -#include <openssl/objects.h> -#include <openssl/ssl.h> -#include <openssl/x509.h> +#include "openssl/async.h" +#include "openssl/bn.h" +#include "openssl/crypto.h" +#include "openssl/engine.h" +#include "openssl/err.h" +#include "openssl/evp.h" +#include "openssl/ossl_typ.h" +#include "openssl/objects.h" +#include "openssl/ssl.h" +#include "openssl/x509.h" #include "include/wd_cipher.h" #include "include/wd_digest.h" diff --git a/uadk_tool/test/comp_lib.h b/uadk_tool/test/comp_lib.h index 8f61b1c3..c37a226f 100644 --- a/uadk_tool/test/comp_lib.h +++ b/uadk_tool/test/comp_lib.h @@ -8,7 +8,7 @@ #define TEST_LIB_H_ #include <errno.h> -#include <openssl/md5.h> +#include "openssl/md5.h" #include <semaphore.h> #include <stdio.h> #include <stdlib.h> -- 2.33.0