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 3eb6e323a68ff..10f9302e3d63e 100644 --- a/src/common/sae.h +++ b/src/common/sae.h @@ -33,6 +33,7 @@ struct sae_temporary_data { struct crypto_bignum *sae_rand; struct crypto_ec *ec; int prime_len; + int order_len; const struct dh_group *dh; const struct crypto_bignum *prime; const struct crypto_bignum *order; |