]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
SAE: Mark sae_derive_pt_ecc() static
authorJouni Malinen <jouni@codeaurora.org>
Mon, 20 Jan 2020 22:34:53 +0000 (00:34 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 20 Jan 2020 22:35:16 +0000 (00:35 +0200)
This function is not used outside sae.c.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/sae.c

index bf8cc9deaa54047248d0acbb6b49d03fd6d28232..1682f81afe6844288a554d75c671c3ab6265d3ed 100644 (file)
@@ -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,