summaryrefslogtreecommitdiffstats
path: root/crypto/aes/aes_ige.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-05-15 23:50:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-05-15 23:50:55 +0000
commit9660cbcd6b5981f631d10dad6a55008306e5c20b (patch)
treefe5fa883efae6c0a7f8cd2034dff67e270dadab3 /crypto/aes/aes_ige.c
parent9c9c83ccb9a9e76d9861b0da185b1a96fb54395a (diff)
Change C++ style comments.
Diffstat (limited to 'crypto/aes/aes_ige.c')
-rw-r--r--crypto/aes/aes_ige.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/aes/aes_ige.c b/crypto/aes/aes_ige.c
index aeb11dbbac..8b5b36bacc 100644
--- a/crypto/aes/aes_ige.c
+++ b/crypto/aes/aes_ige.c
@@ -59,7 +59,7 @@ typedef struct {
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