]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/aes/aes_x86core.c
mark all block comments that need format preserving so that
[thirdparty/openssl.git] / crypto / aes / aes_x86core.c
index d323e265c05ad8c3ec8030db58f8ef780ba038f6..f960a4b5700452885e2bcf72d59f96c8ffcc8e00 100644 (file)
@@ -103,7 +103,7 @@ typedef unsigned long long u64;
                        })
 # endif
 #endif
-/*
+/*-
 Te [x] = S [x].[02, 01, 01, 03, 02, 01, 01, 03];
 Te0[x] = S [x].[02, 01, 01, 03];
 Te1[x] = S [x].[03, 02, 01, 01];
@@ -114,7 +114,7 @@ Te3[x] = S [x].[01, 01, 03, 02];
 #define Te1 (u32)((u64*)((u8*)Te+3))
 #define Te2 (u32)((u64*)((u8*)Te+2))
 #define Te3 (u32)((u64*)((u8*)Te+1))
-/*
+/*-
 Td [x] = Si[x].[0e, 09, 0d, 0b, 0e, 09, 0d, 0b];
 Td0[x] = Si[x].[0e, 09, 0d, 0b];
 Td1[x] = Si[x].[0b, 0e, 09, 0d];