Browse Source

PAE: Mark ieee802_1x_kay_deinit_data_key() static

This function is not used outside this file.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Jouni Malinen 8 years ago
parent
commit
799a7ed8a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pae/ieee802_1x_kay.c

+ 1 - 1
src/pae/ieee802_1x_kay.c

@@ -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;