diff options
Diffstat (limited to 'src/tls/rsa.c')
-rw-r--r-- | src/tls/rsa.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tls/rsa.c b/src/tls/rsa.c index 4965a2a..3084adc 100644 --- a/src/tls/rsa.c +++ b/src/tls/rsa.c @@ -15,7 +15,6 @@ #include "includes.h" #include "common.h" -#include "crypto.h" #include "asn1.h" #include "bignum.h" #include "rsa.h" @@ -35,7 +34,6 @@ struct crypto_rsa_key { }; -#ifdef EAP_TLS_FUNCS static const u8 * crypto_rsa_parse_integer(const u8 *pos, const u8 *end, struct bignum *num) { @@ -224,7 +222,6 @@ error: crypto_rsa_free(key); return NULL; } -#endif /* EAP_TLS_FUNCS */ /** |