From 56415dbc2d52f02eec60daa2804224bc4dac6afb Mon Sep 17 00:00:00 2001 From: Alessio Di Mauro Date: Tue, 24 Nov 2015 16:50:27 +0100 Subject: [PATCH] Whitespace fix. --- ykcs11/tests/ykcs11_tests.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ykcs11/tests/ykcs11_tests.c b/ykcs11/tests/ykcs11_tests.c index 208c0d8..d32d932 100644 --- a/ykcs11/tests/ykcs11_tests.c +++ b/ykcs11/tests/ykcs11_tests.c @@ -24,13 +24,11 @@ static void test_lib_info() { get_functions(&funcs); - if (funcs->C_GetInfo(&info) != CKR_OK) { fprintf(stderr, "GetInfo failed\n"); exit(EXIT_FAILURE); } - if (strcmp(info.manufacturerID, MANUFACTURER_ID) != 0) { fprintf(stderr, "unexpected manufacturer ID %s\n", info.manufacturerID); exit(EXIT_FAILURE);