]> andersk Git - openssh.git/blobdiff - rijndael.h
- djm@cvs.openbsd.org 2010/01/09 00:57:10
[openssh.git] / rijndael.h
index 242bf9a6671c88187f77dcd7fbd667e9504842b3..c614bb18877fbc3220ee29f1592f0b8ba6649842 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: rijndael.h,v 1.12 2001/12/19 07:18:56 deraadt Exp $ */
+
 /**
  * rijndael-alg-fst.h
  *
@@ -30,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.115701 seconds and 4 git commands to generate.