mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-03 19:46:42 +00:00
Possible naming collision in dhm_context
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user