]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
PAE: Mark ieee802_1x_kay_deinit_data_key() static
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 23 Jun 2016 22:40:24 +0000 (01:40 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 23 Jun 2016 22:40:24 +0000 (01:40 +0300)
This function is not used outside this file.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/pae/ieee802_1x_kay.c

index 4f8eaa8fe8e40bc93ebedc3c481452b952bb9abe..415946f3e1f49e1fd1f40e9ad3a69f408b593239 100644 (file)
@@ -1928,7 +1928,7 @@ static struct mka_param_body_handler mak_body_handler[] = {
 /**
  * ieee802_1x_kay_deinit_data_key -
  */
-void ieee802_1x_kay_deinit_data_key(struct data_key *pkey)
+static void ieee802_1x_kay_deinit_data_key(struct data_key *pkey)
 {
        if (!pkey)
                return;