diff options
author | tb <> | 2023-05-08 05:37:36 +0000 |
---|---|---|
committer | tb <> | 2023-05-08 05:37:36 +0000 |
commit | 4f1fecfc9a008cd3a22c0e4f11986715bb316bc5 (patch) | |
tree | de374429ff3a622298b678a22ecf23bbbcfdf9e7 /src/lib/libc/stdlib/malloc.c | |
parent | 1f7f4f44feb6f003d4596b0edec63705e3057ed4 (diff) | |
download | openbsd-4f1fecfc9a008cd3a22c0e4f11986715bb316bc5.tar.gz openbsd-4f1fecfc9a008cd3a22c0e4f11986715bb316bc5.tar.bz2 openbsd-4f1fecfc9a008cd3a22c0e4f11986715bb316bc5.zip |
X509_verify_cert(): Garbage collect the unused roots variable
roots was used to store the trusted stack or pull the roots out of the
X509_STORE before beck unmooned Ethel in x509_vfy.c r1.88. Since then
this variable is effectively unused. It seems the STACK_OF(3) madness
is too complicated for -Wunused-but-set-variable to notice.
ok miod
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions