Possible naming collision in dhm_context

This commit is contained in:
Paul Bakker 2013-10-11 09:38:49 +02:00
parent fcc172138c
commit d61cc3b246
3 changed files with 5 additions and 4 deletions

View file

@ -152,7 +152,7 @@ typedef struct
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;