diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-03-04 06:25:43 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-03-04 06:25:43 +0000 |
commit | 15c506a50ffe77babc596e7ddd1afc8b62efd262 (patch) | |
tree | b16ad9d9143bda5681b016deea561039e4bd58cc /sys/netinet/if_ether.c | |
parent | 80bb4760cba8cd40f533044b489c499a472cd3fb (diff) |
openssl/req: garbage collect a pointless EVP_MD_CTX_init()
Before do_sign_init(), the ctx is always allocated by EVP_MD_CTX_new()
aka calloc(). There is no point in doing EVP_MD_CTX_init(), aka bzero().
ok jsing
Diffstat (limited to 'sys/netinet/if_ether.c')
0 files changed, 0 insertions, 0 deletions