diff options
Diffstat (limited to 'src/common/sae.h')
| -rw-r--r-- | src/common/sae.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/sae.h b/src/common/sae.h index 89d74ab1..3ebf40cf 100644 --- a/src/common/sae.h +++ b/src/common/sae.h @@ -44,6 +44,7 @@ struct sae_data { u8 pmk[SAE_PMK_LEN]; struct crypto_bignum *peer_commit_scalar; int group; + int sync; struct sae_temporary_data *tmp; }; |
