module: icp: use original description

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #12901
This commit is contained in:
наб
2021-12-23 18:34:23 +01:00
committed by Brian Behlendorf
parent b0502ab097
commit bcee18d4e0
4 changed files with 3 additions and 37 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ typedef struct kcf_provider_desc {
// int pd_module_id;
// struct modctl *pd_mctlp;
kcondvar_t pd_remove_cv;
char *pd_description;
const char *pd_description;
uint_t pd_flags;
uint_t pd_hash_limit;
crypto_kcf_provider_handle_t pd_kcf_prov_handle;
+1 -1
View File
@@ -267,7 +267,7 @@ typedef uint_t crypto_kcf_provider_handle_t;
* pi_provider_dev must be specified with a different pi_provider_handle.
*/
typedef struct crypto_provider_info {
char *pi_provider_description;
const char *pi_provider_description;
crypto_provider_type_t pi_provider_type;
crypto_provider_handle_t pi_provider_handle;
const crypto_ops_t *pi_ops_vector;