Change C++ style comments.
[openssl.git] / test / igetest.c
index 17a4e4d2083c0f0e79476f8ad6eb9d9e2e70a580..527c6c7f917eb9fa26e236d67cc9a3f9adfcf154 100644 (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);