diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-11-06 08:59:33 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-11-06 08:59:33 +0000 |
commit | edbb836b22dc787c52fe2b7f4e129a71cf7c3d37 (patch) | |
tree | 5b7e71936222235e89a753c5a515cca5eb56e22c /lib/libarch | |
parent | 05148037b10f864dbda738b10010b13513cff6a1 (diff) |
Switch EC_GROUP_new() to calloc()
Use a single cleanup path, use calloc rather than setting several members
to 0/NULL. This has the side effect that finished can be called even when
init() wasn't called, but this isn't an issue with our EC_GROUP_METHODs.
ok jsing
Diffstat (limited to 'lib/libarch')
0 files changed, 0 insertions, 0 deletions