]> andersk Git - gssapi-openssh.git/blobdiff - openssh/rijndael.h
enable PAM user switching
[gssapi-openssh.git] / openssh / rijndael.h
index c614bb18877fbc3220ee29f1592f0b8ba6649842..18a4d805e1ea1085e88cd2b05cfadd5ef8a2a0b5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: rijndael.h,v 1.12 2001/12/19 07:18:56 deraadt Exp $ */
+/*     $OpenBSD: rijndael.h,v 1.11 2001/09/13 09:48:39 markus 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.033411 seconds and 4 git commands to generate.