summaryrefslogtreecommitdiff
path: root/tests/bdb_sprw_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bdb_sprw_test.c')
-rw-r--r--tests/bdb_sprw_test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/bdb_sprw_test.c b/tests/bdb_sprw_test.c
index 1f5be951..8395275c 100644
--- a/tests/bdb_sprw_test.c
+++ b/tests/bdb_sprw_test.c
@@ -59,9 +59,9 @@ static struct bdb_header *create_bdb(const char *key_dir,
.oem_area_0_size = sizeof(oem_area_0),
.oem_area_1 = oem_area_1,
.oem_area_1_size = sizeof(oem_area_1),
- .header_sig_description = "The header sig",
- .data_sig_description = "The data sig",
- .data_description = "Test BDB data",
+ .header_sig_description = (char *)"The header sig",
+ .data_sig_description = (char *)"The data sig",
+ .data_description = (char *)"Test BDB data",
.data_version = 3,
.hash = hash,
.num_hashes = num_hashes,