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:
parent
657f038102
commit
246157cba6
5 changed files with 20 additions and 28 deletions
|
@ -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 */
|
Loading…
Add table
Add a link
Reference in a new issue