mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00:00
Minor ecdsa cleanups
- point_format is of no use - d was init'ed and free'd twice
This commit is contained in:
committed by
Paul Bakker
parent
686bfae244
commit
56a487a17f
@@ -39,7 +39,6 @@ typedef struct
|
||||
ecp_point Q; /*!< public signature key */
|
||||
mpi r; /*!< first integer from signature */
|
||||
mpi s; /*!< second integer from signature */
|
||||
int point_format; /*!< format for point export */
|
||||
}
|
||||
ecdsa_context;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user