coverity change for unused assignment
This commit is contained in:
@@ -804,7 +804,6 @@ int32 psAesTestGCM(void)
|
||||
if ((memcmp(ciphertext, tests[i].ct, tests[i].ptlen) != 0) ||
|
||||
(memcmp(tag, tests[i].tag, 16) != 0)) {
|
||||
printf("FAILED: memcmp mismatch\n");
|
||||
res = PS_FAILURE;
|
||||
} else {
|
||||
printf("PASSED\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user