]> andersk Git - openssh.git/blobdiff - rijndael.h
- dtucker@cvs.openbsd.org 2009/11/10 04:30:45
[openssh.git] / rijndael.h
index 18a4d805e1ea1085e88cd2b05cfadd5ef8a2a0b5..c614bb18877fbc3220ee29f1592f0b8ba6649842 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: rijndael.h,v 1.11 2001/09/13 09:48:39 markus Exp $ */
+/*     $OpenBSD: rijndael.h,v 1.12 2001/12/19 07:18:56 deraadt Exp $ */
 
 /**
  * rijndael-alg-fst.h
@@ -32,8 +32,8 @@
 #define MAXKB  (256/8)
 #define MAXNR  14
 
-typedef unsigned char  u8;     
-typedef unsigned short u16;    
+typedef unsigned char  u8;
+typedef unsigned short u16;
 typedef unsigned int   u32;
 
 /*  The structure for key information */
This page took 0.033183 seconds and 4 git commands to generate.