Change C++ style comments.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 15 May 2007 23:50:55 +0000 (23:50 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 15 May 2007 23:50:55 +0000 (23:50 +0000)
crypto/aes/aes_ige.c
test/igetest.c

index aeb11dbbac502acc254f02fed6bb7a1661798b02..8b5b36baccc9eeb71fe011cb01f4ffd32d5e8740 100644 (file)
@@ -59,7 +59,7 @@ typedef struct {
         unsigned long data[N_WORDS];
 } aes_block_t;
 
         unsigned long data[N_WORDS];
 } aes_block_t;
 
-// XXX: probably some better way to do this
+/* XXX: probably some better way to do this */
 #if defined(__i386__) || defined(__x86_64__)
 #define UNALIGNED_MEMOPS_ARE_FAST 1
 #endif
 #if defined(__i386__) || defined(__x86_64__)
 #define UNALIGNED_MEMOPS_ARE_FAST 1
 #endif
index 17a4e4d2083c0f0e79476f8ad6eb9d9e2e70a580..527c6c7f917eb9fa26e236d67cc9a3f9adfcf154 100644 (file)
@@ -221,7 +221,7 @@ static int run_test_vectors(void)
                        ++errs;
                        }
 
                        ++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);
                memcpy(iv, v->iv, sizeof iv);
                 memcpy(buf, v->in, v->length);
                AES_ige_encrypt(buf, buf, v->length, &key, iv, v->encrypt);