Count was missing in MCT output.
authorBen Laurie <ben@openssl.org>
Thu, 18 Dec 2003 10:08:01 +0000 (10:08 +0000)
committerBen Laurie <ben@openssl.org>
Thu, 18 Dec 2003 10:08:01 +0000 (10:08 +0000)
fips/aes/fips_aesavs.c

index ca676576523116eebcbbf18229887abaca0d0633..38e060a794f2987d0cf080e065ffdeaf2a571a6c 100644 (file)
@@ -320,6 +320,7 @@ int do_mct(char *amode,
        /* printf("Iteration %d\n", i); */
        if (i > 0)
            {
+           fprintf(rfp,"COUNT = %d\n",i);
            OutputValue("KEY",key[i],nkeysz,rfp,0);
            if (imode != ECB)  /* ECB */
                OutputValue("IV",iv[i],AES_BLOCK_SIZE,rfp,0);