diff options
author | tb <> | 2022-08-11 10:36:32 +0000 |
---|---|---|
committer | tb <> | 2022-08-11 10:36:32 +0000 |
commit | 62502b24f20fa6da4be97eea96ee231c608cc222 (patch) | |
tree | a6d6126e14d40bafd56105dde0467163e1fc4038 /src/lib/libssl/ssl_seclevel.c | |
parent | 15cfc2cffe59ccd94f73fe1f0ea6ef4f6a97289e (diff) | |
download | openbsd-62502b24f20fa6da4be97eea96ee231c608cc222.tar.gz openbsd-62502b24f20fa6da4be97eea96ee231c608cc222.tar.bz2 openbsd-62502b24f20fa6da4be97eea96ee231c608cc222.zip |
Remove unused variable
X509_NAME_print() is documented to print things at a given indentation
level. Unfortunately, this never worked since someone got some logic
wrong. Part of the wrong logic was removed in a dead code removal in
OpenSSL commit 92ada7cc, but the variable l was left behind, which leads
to compiler warnings on some platforms. End its sad life pointlessly
and incorrectly measuring column width and remove it.
ok jsing
Diffstat (limited to 'src/lib/libssl/ssl_seclevel.c')
0 files changed, 0 insertions, 0 deletions