coverity change for unused assignment

This commit is contained in:
J Harper
2016-07-19 22:38:37 -07:00
parent 866749ebd8
commit aa4ef719cc

View File

@@ -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");
}