From: Jouni Malinen Date: Mon, 20 Jan 2020 22:34:53 +0000 (+0200) Subject: SAE: Mark sae_derive_pt_ecc() static X-Git-Tag: hostap_2_10~1939 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c56b7a2fdf121538b6ec88fabc9715844ba72952;p=thirdparty%2Fhostap.git SAE: Mark sae_derive_pt_ecc() static This function is not used outside sae.c. Signed-off-by: Jouni Malinen --- 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,