[openssh-commits] [openssh] 01/01: fix compile with clang

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Mar 11 10:39:16 AEDT 2015


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 8ef691f7d9ef500257a549d0906d78187490668f
Author: Damien Miller <djm at google.com>
Date:   Wed Mar 11 10:35:26 2015 +1100

    fix compile with clang
---
 rijndael.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rijndael.c b/rijndael.c
index 0f81a1b..b352a11 100644
--- a/rijndael.c
+++ b/rijndael.c
@@ -312,6 +312,7 @@ static const u32 Te3[256] = {
     0x4141c382U, 0x9999b029U, 0x2d2d775aU, 0x0f0f111eU,
     0xb0b0cb7bU, 0x5454fca8U, 0xbbbbd66dU, 0x16163a2cU,
 };
+#if 0
 static const u32 Td0[256] = {
     0x51f4a750U, 0x7e416553U, 0x1a17a4c3U, 0x3a275e96U,
     0x3bab6bcbU, 0x1f9d45f1U, 0xacfa58abU, 0x4be30393U,
@@ -576,7 +577,6 @@ static const u32 Td3[256] = {
     0xa8017139U, 0x0cb3de08U, 0xb4e49cd8U, 0x56c19064U,
     0xcb84617bU, 0x32b670d5U, 0x6c5c7448U, 0xb85742d0U,
 };
-#if 0
 static const u8 Td4[256] = {
     0x52U, 0x09U, 0x6aU, 0xd5U, 0x30U, 0x36U, 0xa5U, 0x38U,
     0xbfU, 0x40U, 0xa3U, 0x9eU, 0x81U, 0xf3U, 0xd7U, 0xfbU,

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list