mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 22:06:38 +01:00
Possible naming collision in dhm_context
This commit is contained in:
parent
fcc172138c
commit
d61cc3b246
3 changed files with 5 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue