26 lines
695 B
Diff
26 lines
695 B
Diff
From 657cda03fd4adde660b617ccc61a9e534da08950 Mon Sep 17 00:00:00 2001
|
|
From: Guodong Xu <guodong.xu@linaro.org>
|
|
Date: Tue, 12 Sep 2023 08:51:42 +0800
|
|
Subject: [PATCH 43/48] tentative: ctx->handle=handle
|
|
|
|
Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
|
|
---
|
|
src/uadk_prov_init.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/uadk_prov_init.c b/src/uadk_prov_init.c
|
|
index af22dfa..965092d 100644
|
|
--- a/src/uadk_prov_init.c
|
|
+++ b/src/uadk_prov_init.c
|
|
@@ -145,6 +145,7 @@ int OSSL_provider_init(const OSSL_CORE_HANDLE *handle,
|
|
if (ctx == NULL)
|
|
return 0;
|
|
|
|
+ ctx->handle = handle;
|
|
ret = async_module_init();
|
|
if (!ret)
|
|
fprintf(stderr, "async_module_init fail!\n");
|
|
--
|
|
2.25.1
|
|
|