Remove unnecessary defines
The following defines are not really needed in most places, so remove them to clean up source code and build scripts: EAP_TLS_FUNCS EAP_TLS_OPENSSL EAP_TLS_GNUTLS CONFIG_TLS_INTERNAL
This commit is contained in:
parent
1767f7c117
commit
2d106f21aa
16 changed files with 0 additions and 50 deletions
|
@ -27,8 +27,6 @@
|
|||
#include "md5_i.h"
|
||||
#include "des_i.h"
|
||||
|
||||
#ifdef CONFIG_TLS_INTERNAL
|
||||
|
||||
struct crypto_hash {
|
||||
enum crypto_hash_alg alg;
|
||||
union {
|
||||
|
@ -543,7 +541,6 @@ int crypto_global_init(void)
|
|||
void crypto_global_deinit(void)
|
||||
{
|
||||
}
|
||||
#endif /* CONFIG_TLS_INTERNAL */
|
||||
|
||||
|
||||
#ifdef CONFIG_MODEXP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue