openhitls/0005-add-uio_mem-comment.patch

26 lines
805 B
Diff
Raw Normal View History

From 1534ca08d8b6e909604f9c71781bc7c28a4d95b5 Mon Sep 17 00:00:00 2001
From: baoyi84930 <zhangcheng170@huawei.com>
Date: Mon, 2 Dec 2024 17:32:06 +0800
Subject: [PATCH 05/10] add uio_mem comment
Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/90
---
config/macro_config/hitls_config_layer_bsl.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/config/macro_config/hitls_config_layer_bsl.h b/config/macro_config/hitls_config_layer_bsl.h
index ad8fbe8..5a20447 100644
--- a/config/macro_config/hitls_config_layer_bsl.h
+++ b/config/macro_config/hitls_config_layer_bsl.h
@@ -54,6 +54,7 @@
#endif
#endif
+/* Derive the child-features of uio mem. */
#if defined(HITLS_BSL_UIO_MEM)
#ifndef HITLS_BSL_SAL_MEM
#define HITLS_BSL_UIO_MEM
--
2.42.0.windows.2