summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-07-04 12:56:33 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-07-04 12:56:33 +0000
commit14346b34561357a48ec94cad0f3788cd6fe83b71 (patch)
tree73dd83def32474e424c21a3d5a4f5887c09ed0e4 /test
parent769f58aaaa729fa6fa4d0c88589e1ce9dfbb9716 (diff)
Fix warnings: C++ comments and computed value not used.
Diffstat (limited to 'test')
-rw-r--r--test/igetest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/igetest.c b/test/igetest.c
index ecdeb90603..95452d0965 100644
--- a/test/igetest.c
+++ b/test/igetest.c
@@ -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);