cleaned up pluto's crypto framework

This commit is contained in:
Andreas Steffen
2009-05-14 22:56:10 +02:00
parent 9908e8785c
commit b5fd65e95c
13 changed files with 41 additions and 183 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
#include "des_crypter.h"
typedef u_char des_cblock[8];
typedef u_char des_cblock[DES_BLOCK_SIZE];
typedef struct des_ks_struct {
des_cblock _;