SAE: Mark sae_derive_pt_ecc() static
This function is not used outside sae.c. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
6ce883de69
commit
c56b7a2fdf
1 changed files with 1 additions and 1 deletions
|
@ -864,7 +864,7 @@ size_t sae_ecc_prime_len_2_hash_len(size_t prime_len)
|
|||
}
|
||||
|
||||
|
||||
struct crypto_ec_point *
|
||||
static struct crypto_ec_point *
|
||||
sae_derive_pt_ecc(struct crypto_ec *ec, int group,
|
||||
const u8 *ssid, size_t ssid_len,
|
||||
const u8 *password, size_t password_len,
|
||||
|
|
Loading…
Reference in a new issue