mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-25 01:22:57 +00:00
Fix missing NULL check in MPI
This commit is contained in:
@@ -188,7 +188,9 @@ typedef struct
|
||||
mpi;
|
||||
|
||||
/**
|
||||
* \brief Initialize one MPI
|
||||
* \brief Initialize one MPI (make internal references valid)
|
||||
* This just makes it ready to be set or freed,
|
||||
* but does not define a value for the MPI.
|
||||
*
|
||||
* \param X One MPI to initialize.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user