aboutsummaryrefslogtreecommitdiff
path: root/src/common/sae.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/sae.h')
-rw-r--r--src/common/sae.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/sae.h b/src/common/sae.h
index 2243c0f3..93fc5fb3 100644
--- a/src/common/sae.h
+++ b/src/common/sae.h
@@ -122,7 +122,7 @@ void sae_clear_data(struct sae_data *sae);
int sae_prepare_commit(const u8 *addr1, const u8 *addr2,
const u8 *password, size_t password_len,
- const char *identifier, struct sae_data *sae);
+ struct sae_data *sae);
int sae_prepare_commit_pt(struct sae_data *sae, const struct sae_pt *pt,
const u8 *addr1, const u8 *addr2,
int *rejected_groups, const struct sae_pk *pk);