mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03: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