mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
ecjpake: fix uninitialize member
This commit is contained in:
parent
dd0e9a8456
commit
b7da194939
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ void mbedtls_ecjpake_init( mbedtls_ecjpake_context *ctx )
|
|||
|
||||
ctx->md_info = NULL;
|
||||
mbedtls_ecp_group_init( &ctx->grp );
|
||||
ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED;
|
||||
|
||||
mbedtls_ecp_point_init( &ctx->Xm1 );
|
||||
mbedtls_ecp_point_init( &ctx->Xm2 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue