From c56b7a2fdf121538b6ec88fabc9715844ba72952 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Tue, 21 Jan 2020 00:34:53 +0200 Subject: [PATCH] SAE: Mark sae_derive_pt_ecc() static This function is not used outside sae.c. Signed-off-by: Jouni Malinen --- src/common/sae.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/sae.c b/src/common/sae.c index bf8cc9dea..1682f81af 100644 --- a/src/common/sae.c +++ b/src/common/sae.c @@ -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,