mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-11-02 09:33:20 +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