]> andersk Git - openssh.git/blobdiff - rijndael.c
- markus@cvs.openbsd.org 2001/04/04 15:50:55
[openssh.git] / rijndael.c
index aa32be51489903748ee3dd7a439796ba5d51c83f..8b213db075e198eff33594a98ed196ea28014a00 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: rijndael.c,v 1.6 2000/12/09 13:48:31 markus Exp $     */
+/*     $OpenBSD: rijndael.c,v 1.7 2001/02/04 15:32:24 stevesk Exp $    */
 
 /* This is an independent implementation of the encryption algorithm:   */
 /*                                                                      */
@@ -58,7 +58,7 @@ void gen_tabs __P((void));
 
 #define byte(x,n)   ((u1byte)((x) >> (8 * n)))
 
-#if BYTE_ORDER != LITTLE_ENDIAN
+#ifdef WORDS_BIGENDIAN
 #define BYTE_SWAP
 #endif
 
This page took 0.066958 seconds and 4 git commands to generate.