Crypto build cleanup: remove INTERNAL_AES

In addition, rename aes.c to aes-internal.c to match in style with
SHA-1 conditionally built internal implementation.
This commit is contained in:
Johannes Berg 2009-07-28 21:09:57 +03:00 committed by Jouni Malinen
parent 657f038102
commit 246157cba6
5 changed files with 20 additions and 28 deletions

View file

@ -24,9 +24,6 @@
#include "includes.h"
#include "common.h"
#ifdef INTERNAL_AES
#include "crypto.h"
/*
@ -1123,5 +1120,3 @@ void aes_decrypt_deinit(void *ctx)
os_free(ctx);
}
#endif /* CONFIG_NO_AES_DECRYPT */
#endif /* INTERNAL_AES */