diff options
author | jsing <> | 2023-02-19 13:44:29 +0000 |
---|---|---|
committer | jsing <> | 2023-02-19 13:44:29 +0000 |
commit | 0a69e4b42828860153d1be7ce5e7626ac56d6b04 (patch) | |
tree | c9e1a4b12d035a4cf5932a44ba1e4d05ec8c4ec2 /src/regress/lib/libssl/unit/ssl_methods.c | |
parent | ecdf03e77ffc9d0b8d76db6d92b94140d641c138 (diff) | |
download | openbsd-0a69e4b42828860153d1be7ce5e7626ac56d6b04.tar.gz openbsd-0a69e4b42828860153d1be7ce5e7626ac56d6b04.tar.bz2 openbsd-0a69e4b42828860153d1be7ce5e7626ac56d6b04.zip |
First pass clean up of bn_mont.c.
Use calloc() rather than malloc() with manual initialisation of all struct
members to zero, use memset() instead of manually initialising all struct
members to zero, use consistent naming, use BN_free() instead of
BN_clear_free() (since it is the same thing).
ok tb@
Diffstat (limited to 'src/regress/lib/libssl/unit/ssl_methods.c')
0 files changed, 0 insertions, 0 deletions