mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Merge pull request #4494 from utzig/fix-forcezero-comment
Fix comment that applies to fp_forcezero
This commit is contained in:
@ -426,7 +426,8 @@ typedef fp_int mp_int;
|
||||
/* initialize [or zero] an fp int */
|
||||
void fp_init(fp_int *a);
|
||||
MP_API void fp_zero(fp_int *a);
|
||||
MP_API void fp_clear(fp_int *a); /* uses ForceZero to clear sensitive memory */
|
||||
MP_API void fp_clear(fp_int *a);
|
||||
/* uses ForceZero to clear sensitive memory */
|
||||
MP_API void fp_forcezero (fp_int * a);
|
||||
MP_API void fp_free(fp_int* a);
|
||||
|
||||
|
Reference in New Issue
Block a user