diff options
author | tb <> | 2024-11-06 08:59:32 +0000 |
---|---|---|
committer | tb <> | 2024-11-06 08:59:32 +0000 |
commit | 89ed341527c32f26bc41fe456d57031ba8887e57 (patch) | |
tree | 7fc1ab769d4a48d17ef90b8b9f9afe0507f67f56 /src/lib/libc | |
parent | 07ca277790942f778ce63607bfb364dde82b3b28 (diff) | |
download | openbsd-89ed341527c32f26bc41fe456d57031ba8887e57.tar.gz openbsd-89ed341527c32f26bc41fe456d57031ba8887e57.tar.bz2 openbsd-89ed341527c32f26bc41fe456d57031ba8887e57.zip |
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 'src/lib/libc')
0 files changed, 0 insertions, 0 deletions