commit | d61cc3b24677acd182e4b87bc7e7f40a23480b64 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Fri Oct 11 09:38:49 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Fri Oct 11 09:38:49 2013 +0200 |
tree | a02c9a1f9539b2808bc21c761cb401a14363a893 | |
parent | fcc172138cdae5b454cf478c198aae80530dc4d7 [diff] [blame] |
Possible naming collision in dhm_context
diff --git a/include/polarssl/dhm.h b/include/polarssl/dhm.h index 75dff19..4665ff9 100644 --- a/include/polarssl/dhm.h +++ b/include/polarssl/dhm.h
@@ -152,7 +152,7 @@ mpi RP; /*!< cached R^2 mod P */ mpi Vi; /*!< blinding value */ mpi Vf; /*!< un-blinding value */ - mpi _X; /*!< previous X */ + mpi pX; /*!< previous X */ } dhm_context;