hostapd: Fix internal crypto build without TLS
This commit is contained in:
parent
9f64b827c3
commit
b63303b864
3 changed files with 13 additions and 0 deletions
|
@ -35,6 +35,7 @@ struct crypto_rsa_key {
|
|||
};
|
||||
|
||||
|
||||
#ifdef EAP_TLS_FUNCS
|
||||
static const u8 * crypto_rsa_parse_integer(const u8 *pos, const u8 *end,
|
||||
struct bignum *num)
|
||||
{
|
||||
|
@ -223,6 +224,7 @@ error:
|
|||
crypto_rsa_free(key);
|
||||
return NULL;
|
||||
}
|
||||
#endif /* EAP_TLS_FUNCS */
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue