Fix warnings: C++ comments and computed value not used.

This commit is contained in:
Dr. Stephen Henson
2007-07-04 12:56:33 +00:00
parent 769f58aaaa
commit 14346b3456
8 changed files with 52 additions and 52 deletions

View File

@@ -221,7 +221,7 @@ static int run_test_vectors(void)
++errs;
}
// try with in == out
/* try with in == out */
memcpy(iv, v->iv, sizeof iv);
memcpy(buf, v->in, v->length);
AES_ige_encrypt(buf, buf, v->length, &key, iv, v->encrypt);