diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2007-05-16 01:50:55 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2007-05-16 01:50:55 +0200 |
commit | 9660cbcd6b5981f631d10dad6a55008306e5c20b (patch) | |
tree | fe5fa883efae6c0a7f8cd2034dff67e270dadab3 /crypto/aes/aes_ige.c | |
parent | Throw in ppccpuid module. (diff) | |
download | openssl-9660cbcd6b5981f631d10dad6a55008306e5c20b.tar.xz openssl-9660cbcd6b5981f631d10dad6a55008306e5c20b.zip |
Change C++ style comments.
Diffstat (limited to 'crypto/aes/aes_ige.c')
-rw-r--r-- | crypto/aes/aes_ige.c | 2 |
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 |