Crypto build cleanup: remove INTERNAL_DES

In addition, rename des.c to des-internal.c to match in style with
SHA-1 conditionally built internal implementation.
This commit is contained in:
Johannes Berg 2009-07-28 21:00:44 +03:00 committed by Jouni Malinen
parent 928a50a355
commit 657f038102
5 changed files with 13 additions and 19 deletions

View file

@ -55,7 +55,6 @@
#define INTERNAL_SHA256
#define INTERNAL_MD5
#define INTERNAL_MD4
#define INTERNAL_DES
#define CONFIG_INTERNAL_X509
#define CONFIG_CRYPTO_INTERNAL
#endif /* USE_INTERNAL_CRYPTO */
@ -71,7 +70,6 @@
#define INTERNAL_AES
#define INTERNAL_MD5
#define INTERNAL_MD4
#define INTERNAL_DES
#define CONFIG_INTERNAL_LIBTOMMATH
#define CONFIG_INTERNAL_X509
#define EAP_TLS_FUNCS