p11test: Remove unnecessary spaces in JSON output

This commit is contained in:
Jakub Jelen 2021-03-23 08:58:32 +01:00 committed by Jakub Jelen
parent 370eda4bd8
commit 7d0abdc192
1 changed files with 2 additions and 2 deletions

View File

@ -117,8 +117,8 @@ void usage_test(void **state) {
P11TEST_DATA_ROW(info, 14,
's', objects.data[i].id_str,
's', objects.data[i].label,
's', (objects.data[i].key_type == CKK_RSA ? "RSA " :
objects.data[i].key_type == CKK_EC ? " EC " :
's', (objects.data[i].key_type == CKK_RSA ? "RSA" :
objects.data[i].key_type == CKK_EC ? "EC" :
objects.data[i].key_type == CKK_EC_EDWARDS ? "EC_E" :
objects.data[i].key_type == CKK_EC_MONTGOMERY ? "EC_M" : " ?? "),
'd', objects.data[i].bits,