diff options
| author | Zhanna Tsitkov <tsitkova@mit.edu> | 2009-10-23 19:45:48 +0000 |
|---|---|---|
| committer | Zhanna Tsitkov <tsitkova@mit.edu> | 2009-10-23 19:45:48 +0000 |
| commit | a2fe16f629710862b4a59685ede4af28410ca151 (patch) | |
| tree | 7deb9f27d511b48512bce170c27e4a3372bafc60 /src/lib/crypto/openssl/des | |
| parent | e1cbf08accafc58d142d18e7f96f21081ab9f291 (diff) | |
| download | krb5-a2fe16f629710862b4a59685ede4af28410ca151.tar.gz krb5-a2fe16f629710862b4a59685ede4af28410ca151.tar.xz krb5-a2fe16f629710862b4a59685ede4af28410ca151.zip | |
Changed the crypto make system to add build flexibility. The update cancels the requirement for the dir structures to be identical in all crypto implementation and supports impl. dependent tests. Also, minor libk5crypto.exports list reduction ( from f_tables)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22995 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/openssl/des')
| -rw-r--r-- | src/lib/crypto/openssl/des/f_tables.c | 17 | ||||
| -rw-r--r-- | src/lib/crypto/openssl/des/f_tables.h | 9 |
2 files changed, 0 insertions, 26 deletions
diff --git a/src/lib/crypto/openssl/des/f_tables.c b/src/lib/crypto/openssl/des/f_tables.c deleted file mode 100644 index a8d161d5c6..0000000000 --- a/src/lib/crypto/openssl/des/f_tables.c +++ /dev/null @@ -1,17 +0,0 @@ -/* - * lib/crypto/openssl/des/f_tables.c - * - * Copyright 2009 by the Massachusetts Institute - * of Technology. - * All Rights Reserved. - * - */ - -#include "des_int.h" -#include "f_tables.h" - -const unsigned DES_INT32 des_IP_table[] = {}; -const unsigned DES_INT32 des_FP_table[] = {}; -const unsigned DES_INT32 des_SP_table[] = {}; - - diff --git a/src/lib/crypto/openssl/des/f_tables.h b/src/lib/crypto/openssl/des/f_tables.h deleted file mode 100644 index af20cd59ea..0000000000 --- a/src/lib/crypto/openssl/des/f_tables.h +++ /dev/null @@ -1,9 +0,0 @@ -/* - * lib/crypto/des/f_tables.h - * - * Copyright 2009 by the Massachusetts Institute - * of Technology. - * All Rights Reserved. - * - */ - |
