aboutsummaryrefslogtreecommitdiffstats
path: root/SoftHSMv2/src/lib/HwInfra/HwInfra.h
diff options
context:
space:
mode:
Diffstat (limited to 'SoftHSMv2/src/lib/HwInfra/HwInfra.h')
-rw-r--r--SoftHSMv2/src/lib/HwInfra/HwInfra.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/SoftHSMv2/src/lib/HwInfra/HwInfra.h b/SoftHSMv2/src/lib/HwInfra/HwInfra.h
index 8cbbada..5e24507 100644
--- a/SoftHSMv2/src/lib/HwInfra/HwInfra.h
+++ b/SoftHSMv2/src/lib/HwInfra/HwInfra.h
@@ -31,10 +31,10 @@ extern "C" {
#define MAX_KEY_DIRS_SUPPORTED 64
typedef struct hwpluginentries_s {
- char so_full_path[256+1];
- char activate_dir_full_path[256+1];
- int num_key_dirs;
- char key_dir_full_path[MAX_KEY_DIRS_SUPPORTED][256+1];
+ char so_full_path[256+1];
+ char activate_dir_full_path[256+1];
+ int num_key_dirs;
+ char key_dir_full_path[MAX_KEY_DIRS_SUPPORTED][256+1];
}hwpluginentries_t;
int prepareHWPlugin();