diff options
author | tb <> | 2023-03-04 06:25:42 +0000 |
---|---|---|
committer | tb <> | 2023-03-04 06:25:42 +0000 |
commit | 4a3fed04f5f73d8364ee7afcae6fe40132f47c20 (patch) | |
tree | 979721c86402543612420c990ffdc486cc9d09ef /src/lib | |
parent | f64585e4837c33f2db5540b28f8388a3608e38e6 (diff) | |
download | openbsd-4a3fed04f5f73d8364ee7afcae6fe40132f47c20.tar.gz openbsd-4a3fed04f5f73d8364ee7afcae6fe40132f47c20.tar.bz2 openbsd-4a3fed04f5f73d8364ee7afcae6fe40132f47c20.zip |
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 'src/lib')
0 files changed, 0 insertions, 0 deletions